We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e4120 commit 832bd51Copy full SHA for 832bd51
SwiftState.podspec
@@ -1,11 +1,14 @@
1
Pod::Spec.new do |s|
2
s.name = 'SwiftState'
3
- s.version = '1.1.1'
+ s.version = '2.0.0'
4
s.license = { :type => 'MIT' }
5
s.homepage = 'https://github.com/ReactKit/SwiftState'
6
s.authors = { 'Yasuhiro Inami' => '[email protected]' }
7
s.summary = 'Elegant state machine for Swift.'
8
- s.source = { :git => 'https://github.com/inamiy/SwiftState.git', :tag => "#{s.version}" }
+ s.source = { :git => 'https://github.com/ReactKit/SwiftState.git', :tag => "#{s.version}" }
9
s.source_files = 'SwiftState/**/*.{h,swift}'
10
s.requires_arc = true
11
+
12
+ s.osx.deployment_target = '10.9'
13
+ s.ios.deployment_target = '8.0'
14
end
0 commit comments