Skip to content

Commit 832bd51

Browse files
committed
Update podspec.
1 parent 15e4120 commit 832bd51

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

SwiftState.podspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftState'
3-
s.version = '1.1.1'
3+
s.version = '2.0.0'
44
s.license = { :type => 'MIT' }
55
s.homepage = 'https://github.com/ReactKit/SwiftState'
66
s.authors = { 'Yasuhiro Inami' => '[email protected]' }
77
s.summary = 'Elegant state machine for Swift.'
8-
s.source = { :git => 'https://github.com/inamiy/SwiftState.git', :tag => "#{s.version}" }
8+
s.source = { :git => 'https://github.com/ReactKit/SwiftState.git', :tag => "#{s.version}" }
99
s.source_files = 'SwiftState/**/*.{h,swift}'
1010
s.requires_arc = true
11+
12+
s.osx.deployment_target = '10.9'
13+
s.ios.deployment_target = '8.0'
1114
end

0 commit comments

Comments
 (0)