blob: 8c58e0f44e8a710bad90160d3bcfbbdcf8cb6337 [file] [log] [blame]
{
"name": "ThirdSDK",
"version": "0.0.1",
"summary": "集成第三方sdk",
"description": "gather somd third platform sdk, include wechat,qq,sina weibo",
"homepage": "https://github.com/caterpillarFly/ThirdSDK.git",
"license": "MIT",
"authors": {
"caterpillarFly": "zhaoshengxhu@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/caterpillarFly/ThirdSDK.git",
"tag": "0.0.1"
},
"frameworks": [
"CoreTelephony",
"CoreGraphics",
"SystemConfiguration",
"Security"
],
"libraries": [
"iconv",
"sqlite3",
"stdc++",
"z"
],
"vendored_frameworks": "sdk/**/*.{framework}",
"requires_arc": true
}