[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 2 / 0 / 8 / NBNetRequest / 0.2.9 / NBNetRequest.podspec.json
blob590dafbae0b5b36ba0f78ac25ee25faca72f141b
2   "name": "NBNetRequest",
3   "version": "0.2.9",
4   "summary": "a net request based on AFNetworking.",
5   "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!",
6   "homepage": "https://github.com/zhfeng20108/NBNetRequest",
7   "license": "MIT",
8   "authors": {
9     "zhfeng": "hhzhangfeng2008@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/zhfeng20108/NBNetRequest.git",
16     "tag": "0.2.9"
17   },
18   "source_files": "NBNetRequest/*.{h,m}",
19   "frameworks": "CFNetwork",
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
24     ]
25   }