From 8a0d5761065b39b05ae6316c6925b9f9ae229982 Mon Sep 17 00:00:00 2001 From: Ryan Romanchuk Date: Wed, 8 May 2013 19:44:57 +0400 Subject: [PATCH] 2.0 now requires AdSupport framework --- Mixpanel/2.0.0/Mixpanel.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mixpanel/2.0.0/Mixpanel.podspec b/Mixpanel/2.0.0/Mixpanel.podspec index dcac96cd..46a56549 100644 --- a/Mixpanel/2.0.0/Mixpanel.podspec +++ b/Mixpanel/2.0.0/Mixpanel.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.homepage = 'http://mixpanel.com' s.author = { 'Mixpanel' => 'support@mixpanel.com' } s.source = { :git => 'https://github.com/mixpanel/mixpanel-iphone.git', :tag => 'v2.0.0' } - s.frameworks = 'CoreTelephony', 'SystemConfiguration' + s.frameworks = 'CoreTelephony', 'SystemConfiguration', 'AdSupport' s.platform = :ios s.source_files = 'Mixpanel/**/*.{h,m}' end