[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / a / 3 / TencentOpenAPISwift / 0.1.0 / TencentOpenAPISwift.podspec.json
blob4638e89db9d10c6d77f44ed5eb9dfad596005f14
2   "name": "TencentOpenAPISwift",
3   "version": "0.1.0",
4   "summary": "TencentOpenAPISwift.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/LeeCQ",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ζŽζ˜ŒεΊ†": "hx614614@163.com"
13   },
14   "source": {
15     "git": "https://github.com/LeeCQ/TencentOpenAPISwift.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "TencentOpenAPI",
24       "source_files": "TencentOpenAPISwift/framework/TencentOpenAPI.framework/Headers/**.h",
25       "public_header_files": "TencentOpenAPISwift/framework/TencentOpenAPI.framework/Headers/**.h",
26       "frameworks": [
27         "WebKit",
28         "SystemConfiguration",
29         "CoreGraphics",
30         "CoreTelephony"
31       ],
32       "libraries": [
33         "sqlite3",
34         "iconv",
35         "stdc++",
36         "z"
37       ],
38       "vendored_frameworks": "TencentOpenAPISwift/framework/*.framework",
39       "pod_target_xcconfig": {
40         "LD_RUNPATH_SEARCH_PATHS": "$(PODS_ROOT)/TencentOpenAPISwift/framework/"
41       }
42     }
43   ]