[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 3 / 7 / CantizAnalyticsHelpers / 0.0.1 / CantizAnalyticsHelpers.podspec.json
blob137cb1870ad7196cc7b5fe5d6adeeaf0b03499f7
2   "name": "CantizAnalyticsHelpers",
3   "version": "0.0.1",
4   "summary": "A helper library for supporting multiple analytics.",
5   "homepage": "https://github.com/akhilpkattinad/ATTAnalyticsHelpers.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Akhil PK": "akhil.pk@attinadsoftware.com"
12   },
13   "source": {
14     "git": "https://github.com/akhilpkattinad/ATTAnalyticsHelpers.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "ATTAnalyticsHelpers/Classes/**/*",
21   "subspecs": [
22     {
23       "name": "GoogleAnalytics",
24       "prefix_header_contents": "#define GA_EXISTS",
25       "source_files": "ATTAnalyticsHelpers/Classes/**/*",
26       "dependencies": {
27         "GoogleAnalytics": [
29         ]
30       }
31     }
32   ]