Skip to content

Commit

Permalink
Fix PodSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Feb 24, 2015
1 parent 9b766f7 commit 04b27f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Goby.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'Develop iOS apps with ClojureScript'
s.homepage = 'https://github.com/mfikes/goby'
s.author = 'Mike Fikes'
s.source = { :git => 'https://github.com/mfikes/goby.git', :tag => '0.1.0' }
s.source = { :git => 'https://github.com/mfikes/goby.git', :tag => '0.2.0' }
s.source_files = 'iOS/src/*.{h,m}'
s.platform = :ios
s.requires_arc = true
Expand Down

0 comments on commit 04b27f7

Please sign in to comment.