blob: 68fcfe4958a47023d795d805426f5baca99dfaf1 [file] [log] [blame]
{
"name": "ZWShareAPI",
"version": "0.0.3",
"summary": "ZWShareAPI is a third API for my daily work",
"homepage": "https://github.com/Initial-C",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Initial-C": "iwilliamchang@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Initial-C/ZWShareAPI.git",
"tag": "0.0.3"
},
"frameworks": [
"SystemConfiguration",
"UIKit",
"CoreTelephony"
],
"libraries": [
"stdc++",
"sqlite3",
"z"
],
"subspecs": [
{
"name": "QQSDK",
"resources": "Classes/QQSDK/TencentOpenApi_IOS_Bundle.bundle",
"vendored_frameworks": [
"Classes/QQSDK/TencentOpenAPI.framework",
"Classes/QQSDK/QQConnector.framework"
]
}
]
}