[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / a / 6 / YYSDK / 1.0.5 / YYSDK.podspec.json
blobd313a0f360aa4c004d2cb3e3dc0177ae0747dedd
2   "name": "YYSDK",
3   "version": "1.0.5",
4   "summary": "测试 YYSDK",
5   "source": {
6     "git": "https://github.com/yaoyue/PodsBranchTest.git",
7     "tag": "v1.0.5"
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   ],
26   "libraries": [
27     "sqlite3",
28     "z"
29   ],
30   "deprecated": true,
31   "subspecs": [
32     {
33       "name": "core",
34       "source_files": "YYSDK/*.{h,m}",
35       "public_header_files": "YYSDK/BaseMode.h"
36     },
37     {
38       "name": "DISABLE_TRACK_GPS",
39       "dependencies": {
40         "YYSDK/core": [
42         ]
43       },
44       "pod_target_xcconfig": {
45         "GCC_PREPROCESSOR_DEFINITIONS": "SENSORS_ANALYTICS_DISABLE_TRACK_GPS=1"
46       }
47     }
48   ]