[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / 7 / 8 / OpenWeChatSDK / 1.8.3+10 / OpenWeChatSDK.podspec.json
blobc80d240d1c36c381a2f1e904e31ee2fd09c0b19b
2   "name": "OpenWeChatSDK",
3   "version": "1.8.3+10",
4   "summary": "WeChatSDK for Cocoapods convenience.",
5   "license": {
6     "type": "MIT",
7     "text": "LICENSE"
8   },
9   "authors": {
10     "JarvanMo": "jarvan.mo@gmail.com"
11   },
12   "homepage": "https://github.com/JarvanMo/OpenWeChatSDK",
13   "requires_arc": true,
14   "source": {
15     "git": "https://github.com/JarvanMo/OpenWeChatSDK.git",
16     "tag": "1.8.3+10"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Pod/Library/include/**/*.h",
22   "public_header_files": "Pod/Library/include/WeChat/*.h",
23   "frameworks": [
24     "SystemConfiguration",
25     "CoreTelephony"
26   ],
27   "libraries": [
28     "z",
29     "sqlite3.0",
30     "c++"
31   ],
32   "default_subspecs": "precompiled",
33   "subspecs": [
34     {
35       "name": "precompiled",
36       "preserve_paths": [
37         "Pod/Library/include/WeChat/*.h",
38         "Pod/Library/lib/*.a"
39       ],
40       "vendored_libraries": "Pod/Library/lib/*.a",
41       "xcconfig": {
42         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/Headers/Public/OpenWeChatSDK"
43       }
44     }
45   ]