[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / a / 6 / YYSDK / 1.0.4 / YYSDK.podspec.json
blob762e247f65a8bf28999149980e62ea33d1285c47
2   "name": "YYSDK",
3   "version": "1.0.4",
4   "summary": "测试 YYSDK",
5   "source": {
6     "git": "https://github.com/yaoyue/PodsBranchTest.git",
7     "tag": "v1.0.4"
8   },
9   "homepage": "https://github.com/yaoyue/PodsBranchTest",
10   "authors": {
11     "yaoyue": "chuqsh1991@foxmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "license": {
17     "type": "Apache License, Version 2.0"
18   },
19   "default_subspecs": "core",
20   "frameworks": [
21     "UIKit",
22     "Foundation",
23     "SystemConfiguration",
24     "CoreTelephony",
25     "CoreGraphics",
26     "QuartzCore",
27     "CoreLocation"
28   ],
29   "libraries": [
30     "sqlite3",
31     "z"
32   ],
33   "deprecated": true,
34   "subspecs": [
35     {
36       "name": "core",
37       "source_files": "YYSDK/*.{h,m}",
38       "public_header_files": "YYSDK/BaseMode.h"
39     },
40     {
41       "name": "DISABLE_TRACK_GPS",
42       "frameworks": [
43         "UIKit",
44         "Foundation",
45         "SystemConfiguration",
46         "CoreTelephony"
47       ],
48       "dependencies": {
49         "YYSDK/core": [
51         ]
52       },
53       "pod_target_xcconfig": {
54         "GCC_PREPROCESSOR_DEFINITIONS": "SENSORS_ANALYTICS_DISABLE_TRACK_GPS=1"
55       }
56     }
57   ]