[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 8 / c / GrowingUtils / 0.0.4 / GrowingUtils.podspec.json
blob98d4dfcba3c2a8ce7120aa29d09b3e706c9f6504
2   "name": "GrowingUtils",
3   "version": "0.0.4",
4   "summary": "iOS SDK of GrowingIO.",
5   "description": "GrowingAnalytics具备自动采集基本的用户行为事件,比如访问和行为数据等。目前支持代码埋点、无埋点、可视化圈选、热图等功能。",
6   "homepage": "https://www.growingio.com/",
7   "license": {
8     "type": "Apache2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "GrowingIO": "support@growingio.com"
13   },
14   "source": {
15     "git": "https://github.com/growingio/growingio-sdk-ios-utilities.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "TrackerCore",
23   "subspecs": [
24     {
25       "name": "TrackerCore",
26       "source_files": "Sources/TrackerCore/**/*{.h,.m,.c,.cpp,.mm}"
27     },
28     {
29       "name": "AutotrackerCore",
30       "dependencies": {
31         "GrowingUtils/TrackerCore": [
33         ]
34       },
35       "source_files": "Sources/AutotrackerCore/**/*{.h,.m,.c,.cpp,.mm}"
36     }
37   ]