[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 6 / 9 / 7 / GrowingAnalytics / 3.1.0-beta / GrowingAnalytics.podspec.json
blob8b844c823fc7d7b06980b1d451bef24d1ad85b3d
2   "name": "GrowingAnalytics",
3   "version": "3.1.0-beta",
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-autotracker.git",
16     "tag": "3.1.0-beta"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "ios": {
22     "frameworks": "WebKit"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Autotracker",
26   "subspecs": [
27     {
28       "name": "TrackerCore",
29       "source_files": "GrowingTrackerCore/**/*{.h,.m}"
30     },
31     {
32       "name": "Tracker",
33       "source_files": "GrowingTracker/**/*{.h,.m}",
34       "dependencies": {
35         "GrowingAnalytics/TrackerCore": [
37         ]
38       }
39     },
40     {
41       "name": "AutotrackerCore",
42       "source_files": "GrowingAutotrackerCore/**/*{.h,.m}",
43       "dependencies": {
44         "GrowingAnalytics/TrackerCore": [
46         ]
47       },
48       "private_header_files": "GrowingAutotrackerCore/Private/*{.h,.m}"
49     },
50     {
51       "name": "Autotracker",
52       "source_files": "GrowingAutotracker/**/*{.h,.m}",
53       "dependencies": {
54         "GrowingAnalytics/AutotrackerCore": [
56         ]
57       }
58     }
59   ]