From aa210c940e8a9ab3f120fbc0ef6348dc45d124c8 Mon Sep 17 00:00:00 2001 From: Jawwad Ahmad Date: Thu, 27 Dec 2012 09:26:27 -0500 Subject: [PATCH] Add Mixpanel 1.0.5 --- Mixpanel/1.0.5/Mixpanel.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Mixpanel/1.0.5/Mixpanel.podspec diff --git a/Mixpanel/1.0.5/Mixpanel.podspec b/Mixpanel/1.0.5/Mixpanel.podspec new file mode 100644 index 00000000000000..781b007440bc7b --- /dev/null +++ b/Mixpanel/1.0.5/Mixpanel.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = 'Mixpanel' + s.version = '1.0.5' + s.license = 'Apache License' + s.summary = 'iPhone tracking library for Mixpanel Analytics.' + s.homepage = 'http://mixpanel.com' + s.author = { 'Mixpanel' => 'support@mixpanel.com' } + s.source = { :git => 'https://github.com/mixpanel/mixpanel-iphone.git', :tag => 'v1.0.5' } + s.frameworks = 'CoreTelephony', 'SystemConfiguration' + s.platform = :ios + s.source_files = 'Mixpanel/**/*.{h,m}' +end