blob: 258a183c525243fd39bdeb3d7e0abd1e063830ca [file] [log] [blame]
{
"name": "DKProject",
"version": "0.2.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "DKProject/Classes/**/*.{h,m}",
"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"
]
}
}