[Add] SHUJUSHUO 0.2.1
[CocoaPods.git] / Specs / 6 / 3 / e / PodspecDemon / 0.0.2 / PodspecDemon.podspec.json
blob34bfabab7ed36f086a928610b00c720e0beadd8e
2   "name": "PodspecDemon",
3   "version": "0.0.2",
4   "summary": "This is my first",
5   "platforms": {
6     "ios": "11.0"
7   },
8   "description": "TODO: Add long description of the pod here.",
9   "homepage": "https://github.com/1874372391/PodspecDemon",
10   "license": "MIT",
11   "authors": {
12     "WanShiTing": "wst18103860994@163.com"
13   },
14   "source": {
15     "git": "https://github.com/1874372391/PodspecDemon.git",
16     "tag": "0.0.2"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Controller",
22       "source_files": "PodspecDemon/Controller/**/*.{h,m}"
23     },
24     {
25       "name": "Target",
26       "source_files": "PodspecDemon/Target/**/*.{h,m}",
27       "dependencies": {
28         "PodspecDemon/Controller": [
30         ]
31       }
32     }
33   ]