blob: 2c4b3185cfb6d0fe6150c855c5ba747e0d053705 [file] [log] [blame]
{
"name": "YYSDK",
"version": "1.0.0",
"summary": "测试 YYSDK",
"source": {
"git": "https://github.com/yaoyue/PodsBranchTest.git",
"tag": "v1.0.0"
},
"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",
"CoreGraphics",
"QuartzCore"
],
"libraries": [
"sqlite3",
"z"
],
"subspecs": [
{
"name": "core",
"source_files": "YYSDK/*.{h,m}",
"public_header_files": "YYSDK/BaseMode.h"
}
]
}