| { |
| "name": "DKProject", |
| "version": "0.2.9", |
| "summary": "一个小框架", |
| "description": "一个小框架,包含基类、分类、自定义控件、工具类以及一些第三方库的集成使用等等。", |
| "homepage": "https://github.com/CoderDawnKing/DKProject", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "DawnKing": "369248214@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/CoderDawnKing/DKProject.git", |
| "tag": "0.2.9" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "DKProject/Classes/**/*.{h,m}", |
| "resource_bundles": { |
| "DKProject": [ |
| "DKProject/Assets/*.xcassets" |
| ] |
| }, |
| "public_header_files": "DKProject/Classes/**/*.{h}", |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "Photos" |
| ], |
| "xcconfig": { |
| "OTHER_LDFLAGS": "-lObjC" |
| }, |
| "pod_target_xcconfig": { |
| "OTHER_LDFLAGS": "-lObjC" |
| }, |
| "dependencies": { |
| "HexColors": [ |
| "4.0.0" |
| ], |
| "MJRefresh": [ |
| "3.4.3" |
| ], |
| "MJExtension": [ |
| "3.2.2" |
| ], |
| "Masonry": [ |
| "1.1.0" |
| ], |
| "ReactiveObjC": [ |
| "3.1.1" |
| ], |
| "SVProgressHUD": [ |
| "2.2.5" |
| ], |
| "CYLTabBarController": [ |
| "1.28.3" |
| ], |
| "JXCategoryView": [ |
| "1.5.5" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "DKConfigure", |
| "source_files": "DKProject/Classes/DKConfigure/*.{h,m}" |
| }, |
| { |
| "name": "DKNaviFixSpace", |
| "source_files": "DKProject/Classes/DKNaviFixSpace/*.{h,m}" |
| }, |
| { |
| "name": "DKNetworkingTool", |
| "source_files": "DKProject/Classes/DKNetworkingTool/*.{h,m}", |
| "dependencies": { |
| "MJExtension": [ |
| "3.2.2" |
| ], |
| "SVProgressHUD": [ |
| "2.2.5" |
| ], |
| "AFNetworking": [ |
| "3.2.1" |
| ], |
| "DKProject/DKConfigure": [ |
| |
| ] |
| } |
| } |
| ] |
| } |