blob: 71d29c008adb0b59a50d7c3150a915ce2e40d61b [file] [log] [blame]
{
"name": "NBNetRequest",
"version": "0.3.0",
"summary": "a net request based on AFNetworking.",
"description": "net request.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/zhfeng20108/NBNetRequest",
"license": "MIT",
"authors": {
"zhfeng": "hhzhangfeng2008@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zhfeng20108/NBNetRequest.git",
"tag": "0.3.0"
},
"source_files": "NBNetRequest/*.{h,m}",
"frameworks": "CFNetwork",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}