Skip to content

Commit

Permalink
[Update] Analytics (0.0.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Reinhardt committed Apr 2, 2013
1 parent 18b47b3 commit af2e8ac
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Analytics/0.0.5/Analytics.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "Analytics"
s.version = "0.0.5"
s.summary = "Segment.io Analytics library for iOS and OSX."
s.homepage = "https://segment.io/libraries/ios-osx"
s.license = { :type => "MIT", :file => "License.md" }
s.author = { "Segment.io" => "friends@segment.io" }

s.source = { :git => "https://github.com/segmentio/analytics-ios-osx.git", :tag => "0.0.5" }
s.source_files = 'Analytics.{h,m}'
s.requires_arc = true

s.osx.deployment_target = '10.7'
s.ios.deployment_target = '5.0'

end

0 comments on commit af2e8ac

Please sign in to comment.