From af2e8ac3dc077f702b5db41c0923e9d5cc9f9375 Mon Sep 17 00:00:00 2001 From: Peter Reinhardt Date: Mon, 1 Apr 2013 18:45:30 -0700 Subject: [PATCH] [Update] Analytics (0.0.5) --- Analytics/0.0.5/Analytics.podspec | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Analytics/0.0.5/Analytics.podspec diff --git a/Analytics/0.0.5/Analytics.podspec b/Analytics/0.0.5/Analytics.podspec new file mode 100644 index 00000000000000..cb588525947c7c --- /dev/null +++ b/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