blob: 700b175ac7d428287d33dd199125ec2a211b25c4 [file] [log] [blame]
{
"name": "KKRequest",
"version": "0.0.4",
"summary": "a foundation for request",
"description": "a foundation for request, so that can begin a project quickly",
"homepage": "https://github.com/TieShanWang/KKRequest",
"license": "MIT",
"authors": {
"wangtieshan": "15003836653@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/TieShanWang/KKRequest.git",
"tag": "0.0.4"
},
"source_files": [
"KKRequest/KKRequest/**/*.{h,m,mm}",
"KKRequest/KKRequest/*.{h,m,mm}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"KKBaseComponent": [
],
"AFNetworking": [
],
"MJExtension": [
]
}
}