blob: d2462d930007961f37ba57e60ce9c49c532447d5 [file] [log] [blame]
{
"name": "yangAlitics",
"version": "1.0.2",
"summary": "数据采集sdk",
"description": "数据采集sdk,用于上传你的app数据",
"homepage": "https://github.com/121558/yangAlitics.git",
"license": "MIT",
"platforms": {
"ios": "8.0"
},
"authors": {
"newGues": "mengyang"
},
"source": {
"git": "https://github.com/121558/yangAlitics.git",
"tag": "1.0.2"
},
"subspecs": [
{
"name": "Core",
"source_files": "lib/*.h",
"public_header_files": "lib/*.h",
"vendored_libraries": "lib/*.a",
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"Security",
"CoreLocation"
],
"ios": {
"libraries": [
"c++",
"stdc++",
"z"
]
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}
]
}