Skip to content

Commit

Permalink
Update podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisliu committed Aug 6, 2014
1 parent 0c01604 commit 1ebb6dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Amplitude-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Amplitude-iOS"
s.version = "2.1.0"
s.version = "2.1.1"
s.summary = "Amplitude mobile analytics iOS SDK."
s.homepage = "https://amplitude.com"
s.license = { :type => "MIT" }
s.author = { "Amplitude" => "[email protected]" }
s.source = { :git => "https://github.com/amplitude/Amplitude-iOS.git", :tag => "v2.1.0" }
s.source = { :git => "https://github.com/amplitude/Amplitude-iOS.git", :tag => "v2.1.1" }
s.platform = :ios, '5.0'
s.source_files = '*.{h,m}'
s.requires_arc = false
Expand Down

0 comments on commit 1ebb6dc

Please sign in to comment.