[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 4 / 5 / MPGoogleAnalytics / 0.2.3 / MPGoogleAnalytics.podspec.json
blob80bb91a878b59b8f6f7192a660aa188a2515a700
2   "name": "MPGoogleAnalytics",
3   "version": "0.2.3",
4   "summary": "A short description of MPGoogleAnalytics.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/matiasgualino/MPGoogleAnalytics",
7   "license": "MIT",
8   "authors": {
9     "Matias Gualino": "matias.gualino@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/matiasgualino/MPGoogleAnalytics.git",
13     "tag": "0.2.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "MPGoogleAnalytics/Classes/**/*",
19   "compiler_flags": [
20     "-framework \"UIKit\"",
21     "-ObjC",
22     "$(inherited)"
23   ],
24   "preserve_paths": [
25     "MPGoogleAnalytics/**",
26     "Example/**"
27   ],
28   "vendored_libraries": "MPGoogleAnalytics/Classes/libGoogleAnalyticsServices.a",
29   "xcconfig": {
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++"
35   }