Merge pull request #2071 from rromanchuk/Mixpanel2.0.0
Mixpanel 2.0.0 now requires AdSupport framework
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user