blob: 53d4ddf6bb7d774682fd4642ce2acc3032dc8e82 [file] [log] [blame]
{
"name": "YQNetworkRequest",
"version": "0.0.2",
"summary": "一个简单易用的网络请求框架.",
"homepage": "https://github.com/QuinceyYang/YQNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"QuinceyYang": "yqing555@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/QuinceyYang/YQNetworking.git",
"tag": "0.0.2"
},
"source_files": "Source/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"3.0.4"
]
}
}