[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / 8 / 4 / SuperGoogleAnalytics / 3.17.0 / SuperGoogleAnalytics.podspec.json
blob3c46158b9393f735e53314d13f8ff8f6a3ae8edd
2   "name": "SuperGoogleAnalytics",
3   "module_name": "SuperGoogleAnalytics",
4   "version": "3.17.0",
5   "summary": "Google Analytics - measure your app performance",
6   "description": "Google Analytics lets you track application events you care about and gain insights from discovery and installation to conversion and engagement.",
7   "homepage": "https://www.google.com/analytics",
8   "license": {
9     "type": "Copyright",
10     "text": "Copyright 2016 Google"
11   },
12   "authors": "Google, Inc.",
13   "source": {
14     "git": "https://github.com/abesmon/SuperGoogleAnalytics.git",
15     "tag": "3.17.0"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "tvos": "9.0"
20   },
21   "vendored_libraries": "Libraries/libGoogleAnalytics.a",
22   "source_files": [
23     "Sources/GAI.h",
24     "Sources/GAIDictionaryBuilder.h",
25     "Sources/GAIEcommerceFields.h",
26     "Sources/GAIEcommerceProduct.h",
27     "Sources/GAIEcommerceProductAction.h",
28     "Sources/GAIEcommercePromotion.h",
29     "Sources/GAIFields.h",
30     "Sources/GAILogger.h",
31     "Sources/GAITrackedViewController.h",
32     "Sources/GAITracker.h",
33     "Sources/dummy.m"
34   ],
35   "public_header_files": [
36     "Sources/GAI.h",
37     "Sources/GAIDictionaryBuilder.h",
38     "Sources/GAIEcommerceFields.h",
39     "Sources/GAIEcommerceProduct.h",
40     "Sources/GAIEcommerceProductAction.h",
41     "Sources/GAIEcommercePromotion.h",
42     "Sources/GAIFields.h",
43     "Sources/GAILogger.h",
44     "Sources/GAITrackedViewController.h",
45     "Sources/GAITracker.h"
46   ],
47   "pod_target_xcconfig": {
48     "OTHER_LDFLAGS": "-ObjC",
49     "ENABLE_BITCODE": "NO"
50   },
51   "frameworks": [
52     "CoreData",
53     "SystemConfiguration"
54   ],
55   "libraries": [
56     "z",
57     "sqlite3"
58   ]