[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / f / 2 / 1 / TencentOpenApiSDK / 2.3.1.1 / TencentOpenApiSDK.podspec.json
blob1a6475f0b96d9406ef5e3e2f7c3064518d4aef19
2   "name": "TencentOpenApiSDK",
3   "version": "2.3.1.1",
4   "summary": "The Official iOS SDK of Tencent Open API.",
5   "homepage": "http://wiki.open.qq.com",
6   "license": {
7     "type": "Copyright",
8     "text": "      Copyright (c) 2014 Tencent. All rights reserved.\n"
9   },
10   "authors": {
11     "OpenQQ": "opensupport@qq.com"
12   },
13   "platforms": {
14     "ios": null
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/candyan/TencentOpenApiSDK.git",
19     "tag": "2.3.1.1"
20   },
21   "default_subspecs": "64bit",
22   "subspecs": [
23     {
24       "name": "64bit",
25       "vendored_frameworks": "64Bit/TencentOpenAPI.framework",
26       "resource_bundles": {
27         "TencentOpenAPI": [
28           "64Bit/TencentOpenApi_IOS_Bundle.bundle"
29         ]
30       }
31     },
32     {
33       "name": "32bit",
34       "vendored_frameworks": "32Bit/TencentOpenAPI.framework",
35       "resource_bundles": {
36         "TencentOpenAPI": [
37           "32Bit/TencentOpenApi_IOS_Bundle.bundle"
38         ]
39       }
40     }
41   ]