[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 4 / 5 / GrowingAdvertising / 1.0.0-beta / GrowingAdvertising.podspec.json
blobec0a0e9453a325e55bfc588d480b45220dd3a3b6
2   "name": "GrowingAdvertising",
3   "version": "1.0.0-beta",
4   "summary": "iOS SDK of GrowingIO.",
5   "description": "GrowingAdvertising具备采集广告事件,包括activate,reengage",
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-advertising.git",
16     "tag": "1.0.0-beta"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "ios": {
22     "frameworks": "WebKit"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "pod_target_xcconfig": {
27     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\" \"${PODS_ROOT}/GrowingAnalytics\""
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "GrowingAdvertising/**/*{.h,.m,.c,.cpp,.mm}",
33       "public_header_files": "GrowingAdvertising/Public/*.h",
34       "dependencies": {
35         "GrowingAnalytics/TrackerCore": [
36           ">=3.4.1"
37         ]
38       }
39     }
40   ]