[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 3 / f / 4 / LJ_CocopodsDemo / 0.0.6 / LJ_CocopodsDemo.podspec.json
blob1f379153a2727e1bc262d26fb97f29ba0676f4c4
2   "name": "LJ_CocopodsDemo",
3   "version": "0.0.6",
4   "summary": "这是一个摘要",
5   "description": "描述要比摘要长,否则会收到一个警告",
6   "homepage": "https://github.com/LeoFavor1562/CocopodsDemo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "18610011562@163.com": "LeoFavor"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/LeoFavor1562/CocopodsDemo.git",
19     "tag": "0.0.6"
20   },
21   "source_files": [
22     "CocopodsDemo",
23     "CocopodsDemo/**/*.{h,m}",
24     "CocopodsDemo/**/**/*.{h,m}"
25   ],
26   "exclude_files": [
27     "CocopodsDemo/**/FileD.{h,m}",
28     "CocopodsDemo/LJTagView/*.{h,m}"
29   ],
30   "requires_arc": true,
31   "xcconfig": {
32     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"
33   },
34   "dependencies": {
35     "Masonry": [
36       "~> 1.1.0"
37     ]
38   },
39   "subspecs": [
40     {
41       "name": "LJTagView",
42       "source_files": "CocopodsDemo/LJTagView/*.{h,m}"
43     }
44   ]