blob: b175b1d24f204c4057d97b447580af1c9fd380e6 [file] [log] [blame]
{
"name": "KCRequestModel",
"summary": "Personal model framework for iOS.",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"koce": "koce.zhao@gmail.com"
},
"social_media_url": "http://www.jianshu.com/u/083bd990bfe2",
"homepage": "https://github.com/koce/KCRequestModel",
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/koce/KCRequestModel.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "KCRequestModel/*.{h,m}",
"public_header_files": "KCRequestModel/*.{h}",
"frameworks": [
"Foundation",
"CoreFoundation"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}