| { |
| "name": "KLPersonalCenter", |
| "version": "0.0.5", |
| "summary": "项目中的个人中心控制器,通过传入一个plist文件,轻松构建", |
| "homepage": "https://github.com/KingLight/KLPersonalCenter.git", |
| "license": "MIT", |
| "authors": { |
| "King": "dreamhut417@163.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/KingLight/KLPersonalCenter.git", |
| "tag": "0.0.5" |
| }, |
| "frameworks": "UIKit", |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "Model", |
| "source_files": "KLPersonalCenter/KLPersonalCenter/Model/*.{h,m}" |
| }, |
| { |
| "name": "View", |
| "dependencies": { |
| "KLPersonalCenter/Model": [ |
| |
| ] |
| }, |
| "source_files": "KLPersonalCenter/KLPersonalCenter/View/*.{h,m}" |
| }, |
| { |
| "name": "Controller", |
| "dependencies": { |
| "KLPersonalCenter/Model": [ |
| |
| ], |
| "KLPersonalCenter/View": [ |
| |
| ] |
| }, |
| "source_files": "KLPersonalCenter/KLPersonalCenter/Controller/*.{h,m,xib,nib}" |
| } |
| ] |
| } |