[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 8 / a / TestLibDemo / 0.0.3 / TestLibDemo.podspec.json
blob6f997e53cf1150b765c419a7b6bb4ce55455bb13
2   "name": "TestLibDemo",
3   "version": "0.0.3",
4   "summary": "测试项目",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/zhengjunjie",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "天空吸引我": "2028002516@qq.com"
13   },
14   "social_media_url": "https://www.jianshu.com/u/0b735abc7135",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/zhengjunjie11/TestLibDemo.git",
20     "tag": "0.0.3"
21   },
22   "source_files": "Home/Model/*.{h,m}",
23   "dependencies": {
24     "SDWebImage": [
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Model",
31       "source_files": "Home/Model/*.{h,m}"
32     },
33     {
34       "name": "View",
35       "source_files": "Home/View/*.{h,m}"
36     },
37     {
38       "name": "VC",
39       "source_files": "Home/View/*.{h,m}"
40     }
41   ]