blob: 1a6475f0b96d9406ef5e3e2f7c3064518d4aef19 [file] [log] [blame]
{
"name": "TencentOpenApiSDK",
"version": "2.3.1.1",
"summary": "The Official iOS SDK of Tencent Open API.",
"homepage": "http://wiki.open.qq.com",
"license": {
"type": "Copyright",
"text": " Copyright (c) 2014 Tencent. All rights reserved.\n"
},
"authors": {
"OpenQQ": "opensupport@qq.com"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"source": {
"git": "https://github.com/candyan/TencentOpenApiSDK.git",
"tag": "2.3.1.1"
},
"default_subspecs": "64bit",
"subspecs": [
{
"name": "64bit",
"vendored_frameworks": "64Bit/TencentOpenAPI.framework",
"resource_bundles": {
"TencentOpenAPI": [
"64Bit/TencentOpenApi_IOS_Bundle.bundle"
]
}
},
{
"name": "32bit",
"vendored_frameworks": "32Bit/TencentOpenAPI.framework",
"resource_bundles": {
"TencentOpenAPI": [
"32Bit/TencentOpenApi_IOS_Bundle.bundle"
]
}
}
]
}