[Add] TPNNendSDKAdapter 6.4.35
[CocoaPods.git] / Specs / d / 8 / 5 / NIRequest / 0.0.1 / NIRequest.podspec.json
blob5b15806cbdc2d420b2691793fd7167fd697cf528
2   "name": "NIRequest",
3   "version": "0.0.1",
4   "summary": "NIRequest:基于AFNETWorking的网络请求封装.",
5   "description": "基于AFNETWorking的网络请求封装.提供了常用的API,调用简单。若在使用过程中有问题,请反馈与作者,以便完善之!",
6   "homepage": "https://nixinsheng.github.io/",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "倪新生": "1911398892@qq.com"
13   },
14   "social_media_url": "https://nixinsheng.github.io/",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/wvqusrtg/NIRequest.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "NIRequest",
24     "*.{h,m}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "AFNetworking": [
29       "~> 3.1.0"
30     ],
31     "Reachability": [
32       "~> 3.2"
33     ]
34   }