[Add] GizoSDK 1.0.11-beta.11
[CocoaPods.git] / Specs / a / 7 / 6 / Analytics / 0.9.4 / Analytics.podspec.json
blob112fea9f71dbbea9ae300966e10a9a500499e4d8
2   "name": "Analytics",
3   "version": "0.9.4",
4   "summary": "Segment.io analytics and marketing tools library for iOS.",
5   "homepage": "https://segment.io/libraries/ios",
6   "license": {
7     "type": "MIT",
8     "file": "License.md"
9   },
10   "authors": {
11     "Segment.io": "friends@segment.io"
12   },
13   "source": {
14     "http": "https://s3.amazonaws.com/segmentio/releases/ios/Analytics-0.9.4.zip",
15     "flatten": true
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "preserve_paths": "Analytics.framework",
21   "source_files": "Analytics.framework/**/*.h",
22   "frameworks": [
23     "Analytics",
24     "Foundation",
25     "UIKit",
26     "CoreData",
27     "SystemConfiguration",
28     "QuartzCore",
29     "CFNetwork",
30     "AdSupport",
31     "CoreTelephony",
32     "Security",
33     "CoreGraphics"
34   ],
35   "libraries": [
36     "sqlite3",
37     "z"
38   ],
39   "xcconfig": {
40     "OTHER_LDFLAGS": "-ObjC",
41     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Analytics\""
42   },
43   "requires_arc": false