[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / 1 / 0 / BXTencentOpenAPI / 3.1.3 / BXTencentOpenAPI.podspec.json
blob8c899f7f8013c21440e7ff8e983eae39f766fa1b
2   "name": "BXTencentOpenAPI",
3   "version": "3.1.3",
4   "summary": "Tencent Open API library for iOS to access Tencent platform.",
5   "description": "It's a shame that Tencent dev team doesn't have an official pod for their Open API library.\nTherefore, we create this pod to track the official Tencent Open API SDK.",
6   "homepage": "https://github.com/iException/BXTencentOpenAPI",
7   "license": {
8     "type": "Custom",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yiming Tang": "yimingnju@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/iException/BXTencentOpenAPI.git",
16     "tag": "v3.1.3"
17   },
18   "social_media_url": "https://twitter.com/yiming_t",
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "frameworks": [
24     "Security",
25     "SystemConfiguration",
26     "CoreTelephony",
27     "CoreGraphics"
28   ],
29   "libraries": [
30     "iconv",
31     "z",
32     "c++",
33     "sqlite3"
34   ],
35   "default_subspecs": "Basic",
36   "subspecs": [
37     {
38       "name": "Basic",
39       "vendored_frameworks": "TencentOpenAPI/Basic/TencentOpenAPI.framework"
40     },
41     {
42       "name": "Advanced",
43       "vendored_frameworks": "TencentOpenAPI/Advanced/TencentOpenAPI.framework",
44       "resources": "TencentOpenAPI/Advanced/TencentOpenApi_IOS_Bundle.bundle"
45     }
46   ]