[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 1 / 0 / BXTencentOpenAPI / 2.9.5 / BXTencentOpenAPI.podspec.json
blob0bedd18ce91a5267b6222430004545ab67eb3ac2
2   "name": "BXTencentOpenAPI",
3   "version": "2.9.5",
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": "Copyright",
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": "v2.9.5"
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   ]