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 67b9d35 commit 8c316b0Copy full SHA for 8c316b0
SwiftState.podspec
@@ -1,14 +1,16 @@
1
Pod::Spec.new do |s|
2
s.name = 'SwiftState'
3
- s.version = '3.0.1'
+ s.version = '4.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/ReactKit/SwiftState.git', :tag => "#{s.version}" }
9
- s.source_files = 'SwiftState/**/*.{h,swift}'
+ s.source_files = 'Sources/**/*.swift'
10
s.requires_arc = true
11
12
s.osx.deployment_target = '10.9'
13
s.ios.deployment_target = '8.0'
14
+ s.watchos.deployment_target = '2.0'
15
+ s.tvos.deployment_target = '9.0'
16
end
0 commit comments