Skip to content

Commit 653f1a1

Browse files
committed
Update podspec.
1 parent 8a0ca80 commit 653f1a1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

SwiftState.podspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftState'
3-
s.version = '0.0.1'
3+
s.version = '1.1.1'
44
s.license = { :type => 'MIT' }
5-
s.homepage = 'https://github.com/inamiy/SwiftState'
5+
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/inamiy/SwiftState.git', :tag => "#{s.version}" }
9-
s.source_files = 'SwiftState/*.{h,swift}'
10-
s.frameworks = 'Swift'
9+
s.source_files = 'SwiftState/**/*.{h,swift}'
1110
s.requires_arc = true
1211
end

0 commit comments

Comments
 (0)