blob: b03e41857f64ad78fb8986f4adb04fbcbe710807 [file] [log] [blame]
{
"name": "XKBaseController",
"version": "1.0.5",
"summary": "OC常用基类",
"description": "Object-C中,基类常用配置",
"homepage": "https://github.com/kunhum/XKBaseController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kunhum": "842222367@qq.com"
},
"source": {
"git": "https://github.com/kunhum/XKBaseController.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XKBaseController/Classes/XKBaseController/*.{h,m}",
"dependencies": {
"XKCategory": [
]
}
}