[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 5 / 4 / KLPersonalCenter / 0.0.5 / KLPersonalCenter.podspec.json
blob8c3cc4df4c752f87db4eb7b38eca0f5960f25ec1
2   "name": "KLPersonalCenter",
3   "version": "0.0.5",
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.5"
16   },
17   "frameworks": "UIKit",
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Model",
22       "source_files": "KLPersonalCenter/KLPersonalCenter/Model/*.{h,m}"
23     },
24     {
25       "name": "View",
26       "dependencies": {
27         "KLPersonalCenter/Model": [
29         ]
30       },
31       "source_files": "KLPersonalCenter/KLPersonalCenter/View/*.{h,m}"
32     },
33     {
34       "name": "Controller",
35       "dependencies": {
36         "KLPersonalCenter/Model": [
38         ],
39         "KLPersonalCenter/View": [
41         ]
42       },
43       "source_files": "KLPersonalCenter/KLPersonalCenter/Controller/*.{h,m,xib,nib}"
44     }
45   ]