Skip to content

Commit

Permalink
update tag in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
amro committed Feb 10, 2014
1 parent 9429899 commit 7e066e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChimpKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.platform = :ios, '7.0'
s.ios.deployment_target = '6.1'

s.source = { :git => "https://github.com/mailchimp/ChimpKit3.git", :tag => "3.0.0" }
s.source = { :git => "https://github.com/mailchimp/ChimpKit3.git", :tag => "3.0.1" }

s.source_files = 'ChimpKit3', 'ChimpKit3/**/*.{h,m}'
s.resources = ['ChimpKit3/**/*.{xib}']
Expand Down

0 comments on commit 7e066e0

Please sign in to comment.