Skip to content

Commit

Permalink
update podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
amro committed Dec 19, 2013
1 parent 3e466a0 commit ac48312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChimpKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ChimpKit"
s.version = "3.0.0"
s.version = "3.0.1"
s.summary = "ChimpKit is an API wrapper for the MailChimp API 2.0."

s.description = <<-DESC
Expand All @@ -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 ac48312

Please sign in to comment.