Skip to content

Commit

Permalink
Add SystemConfiguration framework as a dependency to Mixpanel
Browse files Browse the repository at this point in the history
Mixpanel uses SystemConfiguration and CoreTelephony.
  • Loading branch information
Tylerc230 committed Nov 20, 2012
1 parent 154f842 commit 3579492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mixpanel/1.0.0/Mixpanel.podspec
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'http://mixpanel.com' s.homepage = 'http://mixpanel.com'
s.author = { 'Mixpanel' => 'support@mixpanel.com' } s.author = { 'Mixpanel' => 'support@mixpanel.com' }
s.source = { :git => 'https://github.com/mixpanel/mixpanel-iphone.git', :tag => 'v1.0.0' } s.source = { :git => 'https://github.com/mixpanel/mixpanel-iphone.git', :tag => 'v1.0.0' }
s.frameworks = 'CoreTelephony' s.frameworks = 'CoreTelephony', 'SystemConfiguration'
s.platform = :ios s.platform = :ios
s.source_files = 'Mixpanel/**/*.{h,m}' s.source_files = 'Mixpanel/**/*.{h,m}'
end end

0 comments on commit 3579492

Please sign in to comment.