Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update GoogleAnalytics-iOS-SDK.podspec
update to include header files for googleTagManager, by adding folder to source_files.
  • Loading branch information
Daniel Haight committed Oct 10, 2013
1 parent f0353f3 commit 10c95f5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ Pod::Spec.new do |s|
s.platform = :ios
s.ios.deployment_target = '5.0'

s.source_files = 'GoogleAnalytics/Library/*.h'
s.source_files = 'GoogleAnalytics/Library/*.h', 'GoogleTagManager/Library/*.h'
s.preserve_paths = 'libGoogleAnalyticsServices.a'

s.frameworks = 'CFNetwork', 'CoreData', 'SystemConfiguration'
Expand Down

0 comments on commit 10c95f5

Please sign in to comment.