blob: e319c84c54b482a98434d4cef86bf8f74cbf3b16 [file] [log] [blame]
{
"name": "DKProject",
"version": "0.2.7",
"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.7"
},
"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"
],
"AFNetworking": [
"3.2.1"
]
},
"subspecs": [
{
"name": "DKNaviFixSpace"
},
{
"name": "DKNetworkingTool"
}
]
}