[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 9 / e / 3 / CaamDauObjC / 1.0 / CaamDauObjC.podspec.json
blob764f42e7f0f25538cdba046c6bc2097985842a51
2   "name": "CaamDauObjC",
3   "version": "1.0",
4   "summary": "A iOS development toolbox of Object-C (OC版iOS开发工具箱).",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/liucaide/CaamDauObjC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liucaide": "565726319@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/liucaide/CaamDauObjC.git"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "default_subspecs": "Core",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "CaamDauObjC/CaamDauObjC.h",
30         "CaamDauObjC/Chain/*.{h,m}",
31         "CaamDauObjC/Categories/*.{h,m}",
32         "CaamDauObjC/Form/*.{h,m}"
33       ]
34     },
35     {
36       "name": "All",
37       "dependencies": {
38         "CaamDauObjC/Core": [
40         ],
41         "CaamDauObjC/MJRefresh": [
43         ]
44       }
45     },
46     {
47       "name": "MJRefresh",
48       "source_files": "CaamDauObjC/MJRefresh/*.{h,m}",
49       "dependencies": {
50         "MJRefresh": [
52         ]
53       }
54     }
55   ]