[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / a / e / 6 / WeChatSDKPods / 1.0.0 / WeChatSDKPods.podspec.json
blobd2ca29f1f58bfbb885d8346b2b9d7a310b11cb3b
2   "name": "WeChatSDKPods",
3   "version": "1.0.0",
4   "summary": "WeChatSDK's Pods",
5   "homepage": "https://github.com/0dayZh/WeChatSDKPods",
6   "license": "MIT",
7   "authors": {
8     "0dayZh": "0day.zh@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/0dayZh/WeChatSDKPods.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Library/include/**/*.h",
19   "public_header_files": "Pod/Library/include/WeChat/*.h",
20   "frameworks": "SystemConfiguration",
21   "libraries": [
22     "z",
23     "sqlite3.0",
24     "stdc++"
25   ],
26   "default_subspecs": "precompiled",
27   "subspecs": [
28     {
29       "name": "precompiled",
30       "preserve_paths": [
31         "Pod/Library/include/WeChat/*.h",
32         "Pod/Library/lib/*.a"
33       ],
34       "vendored_libraries": "Pod/Library/lib/*.a",
35       "xcconfig": {
36         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/Headers/Public/WeChatSDKPods"
37       }
38     }
39   ]