Skip to content

Commit 8c316b0

Browse files
committed
Update podspec.
1 parent 67b9d35 commit 8c316b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

SwiftState.podspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftState'
3-
s.version = '3.0.1'
3+
s.version = '4.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.'
88
s.source = { :git => 'https://github.com/ReactKit/SwiftState.git', :tag => "#{s.version}" }
9-
s.source_files = 'SwiftState/**/*.{h,swift}'
9+
s.source_files = 'Sources/**/*.swift'
1010
s.requires_arc = true
1111

1212
s.osx.deployment_target = '10.9'
1313
s.ios.deployment_target = '8.0'
14+
s.watchos.deployment_target = '2.0'
15+
s.tvos.deployment_target = '9.0'
1416
end

0 commit comments

Comments
 (0)