[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 2 / 1 / TTTDemo / 0.2.0 / TTTDemo.podspec.json
blob5b8df24eca84fa71ba94b69fce631d6636d7d246
2   "name": "TTTDemo",
3   "version": "0.2.0",
4   "summary": "How to create your first simple pod!!!",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/coppynight/TTTDemo.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "XiaoKai": "xiaokai@rd.netease.com"
13   },
14   "source": {
15     "git": "https://github.com/coppynight/TTTDemo.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TTTDemo/Classes/*.{h,m}",
22   "resource_bundles": {
23     "TTTDemoUI": [
24       "TTTDemo/Assets/*.png"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "WXSDK",
30       "source_files": "TTTDemo/Classes/Weixin/*.h",
31       "xcconfig": {
32         "ENABLE_BITCODE": "NO"
33       },
34       "vendored_libraries": "TTTDemo/Classes/Weixin/libWeChatSDK.a",
35       "frameworks": [
36         "SystemConfiguration",
37         "CoreTelephony"
38       ],
39       "libraries": [
40         "c++",
41         "sqlite3",
42         "z"
43       ]
44     }
45   ]