blob: 5347744ee7b4b1eab28188eb53cc484eb1bb7b46 [file] [log] [blame]
{
"name": "YYSDK",
"version": "1.0.5",
"summary": "测试 YYSDK",
"source": {
"git": "https://github.com/yaoyue/PodsBranchTest.git",
"tag": "v1.0.5"
},
"homepage": "https://github.com/yaoyue/PodsBranchTest",
"authors": {
"yaoyue": "chuqsh1991@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"license": {
"type": "Apache License, Version 2.0"
},
"default_subspecs": "core",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony"
],
"libraries": [
"sqlite3",
"z"
],
"subspecs": [
{
"name": "core",
"source_files": "YYSDK/*.{h,m}",
"public_header_files": "YYSDK/BaseMode.h"
},
{
"name": "DISABLE_TRACK_GPS",
"dependencies": {
"YYSDK/core": [
]
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "SENSORS_ANALYTICS_DISABLE_TRACK_GPS=1"
}
}
]
}