[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / 7 / 8 / OpenWeChatSDK / 1.8.3+11 / OpenWeChatSDK.podspec.json
blobb980827e9cba77de556925f145492450130eeb3b
2   "name": "OpenWeChatSDK",
3   "version": "1.8.3+11",
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   "source": {
14     "git": "https://github.com/JarvanMo/OpenWeChatSDK.git",
15     "tag": "1.8.3+11"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
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   ]