2 "name": "MPGoogleAnalytics",
4 "summary": "A short description of MPGoogleAnalytics.",
5 "description": "TODO: Add long description of the pod here.",
6 "homepage": "https://github.com/matiasgualino/MPGoogleAnalytics",
9 "Matias Gualino": "matias.gualino@gmail.com"
12 "git": "https://github.com/matiasgualino/MPGoogleAnalytics.git",
18 "source_files": "MPGoogleAnalytics/Classes/**/*",
20 "-framework \"UIKit\"",
25 "MPGoogleAnalytics/**",
28 "vendored_libraries": "MPGoogleAnalytics/Classes/libGoogleAnalyticsServices.a",
30 "OTHER_LDFLAGS[arch=arm64]": "$(inherited) -framework UIKit -framework CoreData -framework SystemConfiguration -framework Foundation -lz -lstdc++",
31 "OTHER_LDFLAGS[arch=armv7]": "$(inherited) -framework UIKit -framework CoreData -framework SystemConfiguration -framework Foundation -lz -lstdc++",
32 "OTHER_LDFLAGS[arch=i386]": "$(inherited) -framework UIKit -framework CoreData -framework SystemConfiguration -framework Foundation -lz -lstdc++",
33 "OTHER_LDFLAGS[arch=x86_64]": "$(inherited) -framework UIKit -framework CoreData -framework SystemConfiguration -framework Foundation -lz -lstdc++",
34 "OTHER_LDFLAGS[arch=armv7s]": "$(inherited) -framework UIKit -framework CoreData -framework SystemConfiguration -framework Foundation -lz -lstdc++"