[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 5 / 4 / KLPersonalCenter / 0.0.1 / KLPersonalCenter.podspec.json
blobb74add70a5074818149c8a66d23a48b6862eaf78
2   "name": "KLPersonalCenter",
3   "version": "0.0.1",
4   "summary": "项目中的个人中心控制器,通过传入一个plist文件,轻松构建",
5   "homepage": "https://github.com/KingLight/KLPersonalCenter.git",
6   "license": "MIT",
7   "authors": {
8     "King": "dreamhut417@163.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/KingLight/KLPersonalCenter.git",
15     "tag": "0.0.1"
16   },
17   "source_files": "KLPersonalCenter/KLPersonalCenter/**/**.{h,m,xib}",
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Model",
23       "source_files": "KLPersonalCenter/KLPersonalCenter/Model/**.{h,m}"
24     },
25     {
26       "name": "View",
27       "dependencies": {
28         "KLPersonalCenter/Model": [
30         ]
31       },
32       "source_files": "KLPersonalCenter/KLPersonalCenter/View/**.{h,m}"
33     },
34     {
35       "name": "Controller",
36       "dependencies": {
37         "KLPersonalCenter/Model": [
39         ],
40         "KLPersonalCenter/View": [
42         ]
43       },
44       "source_files": "KLPersonalCenter/KLPersonalCenter/Controller/**.{h,m,xib}"
45     }
46   ]