[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 2 / 1 / TencentOpenApiSDK / 2.9.2 / TencentOpenApiSDK.podspec.json
blob14b908cf7fdb250793f67420e333b2ee75464989
2   "name": "TencentOpenApiSDK",
3   "version": "2.9.2",
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.9.2"
20   },
21   "xcconfig": {
22     "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
23   },
24   "libraries": [
25     "iconv",
26     "z",
27     "c++",
28     "sqlite3"
29   ],
30   "frameworks": [
31     "Security",
32     "SystemConfiguration",
33     "CoreGraphics",
34     "CoreTelephony"
35   ],
36   "default_subspecs": "Basic",
37   "subspecs": [
38     {
39       "name": "64bit",
40       "vendored_frameworks": "64Bit/TencentOpenAPI.framework",
41       "source_files": "64Bit/TencentOpenAPI.framework/Headers/**/*.h",
42       "resource_bundles": {
43         "TencentOpenAPI": [
44           "64Bit/TencentOpenApi_IOS_Bundle.bundle"
45         ]
46       }
47     },
48     {
49       "name": "Basic",
50       "vendored_frameworks": "Basic/TencentOpenAPI.framework",
51       "source_files": "Basic/TencentOpenAPI.framework/Headers/**/*.h"
52     }
53   ]