[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / e / 0 / SensorsAdvertising / 0.0.1 / SensorsAdvertising.podspec.json
blob39af928af19530910f5b58d10823cfa2fa134db6
2   "name": "SensorsAdvertising",
3   "version": "0.0.1",
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.0.1"
13   },
14   "authors": "Sensors Data",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "cocoapods_version": ">= 1.5.0",
20   "ios": {
21     "frameworks": [
22       "UIKit",
23       "Foundation",
24       "SystemConfiguration",
25       "AdSupport",
26       "iAd"
27     ]
28   },
29   "weak_frameworks": [
30     "AppTrackingTransparency",
31     "AdServices"
32   ],
33   "pod_target_xcconfig": {
34     "PRODUCT_BUNDLE_IDENTIFIER": "com.sensorsdata.SensorsAdvertising",
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36   },
37   "xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   },
40   "static_framework": true,
41   "vendored_frameworks": "SensorsAdvertising/SensorsAdvertising.framework",
42   "dependencies": {
43     "SensorsAnalyticsSDK": [
44       ">= 2.6.3"
45     ]
46   }