[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / e / 0 / SensorsAdvertising / 0.1.7 / SensorsAdvertising.podspec.json
blobd9f1ca7fa56a780fc9201f607fa2de4a1b242b6a
2   "name": "SensorsAdvertising",
3   "version": "0.1.7",
4   "summary": "The official iOS SDK of Sensors Advertising.",
5   "homepage": "http://www.sensorsdata.cn",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "source": {
11     "git": "https://github.com/sensorsdata/sad-sdk-ios.git",
12     "tag": "v0.1.7"
13   },
14   "authors": "Sensors Data",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "cocoapods_version": ">= 1.5.0",
20   "ios": {
21     "frameworks": [
22       "UIKit",
23       "Foundation",
24       "SystemConfiguration"
25     ]
26   },
27   "weak_frameworks": "AdServices",
28   "pod_target_xcconfig": {
29     "PRODUCT_BUNDLE_IDENTIFIER": "com.sensorsdata.SensorsAdvertising"
30   },
31   "dependencies": {
32     "SensorsAnalyticsSDK": [
33       ">= 4.4.1"
34     ]
35   },
36   "default_subspecs": "Core",
37   "subspecs": [
38     {
39       "name": "Core",
40       "frameworks": "AdSupport",
41       "weak_frameworks": "AppTrackingTransparency",
42       "vendored_frameworks": "SensorsAdvertising/SensorsAdvertising.xcframework",
43       "resource_bundles": {
44         "SensorsAdvertising": "Resources/**/*"
45       }
46     },
47     {
48       "name": "AdServices",
49       "vendored_frameworks": "SensorsAdvertising_AdServices/SensorsAdvertising.xcframework",
50       "resource_bundles": {
51         "SensorsAdvertising": "Resources/**/*"
52       }
53     }
54   ]