[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / b / d / LRNet / 1.3.8 / LRNet.podspec.json
blobcdda8fd5d0deb5af1a9a27f7fa89d2398c0b4ddb
2   "name": "LRNet",
3   "version": "1.3.8",
4   "summary": "LRNet : 网络请求封装",
5   "description": "针对AFNetworking进行了封装,判断请求返回成功失败,显示对应状态",
6   "homepage": "https://github.com/Wmileo/NetEngine",
7   "license": "MIT",
8   "authors": {
9     "leo": "work.mileo@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/Wmileo/NetEngine.git",
16     "tag": "1.3.8"
17   },
18   "source_files": "NetRequestDemo/NetEngine/*.{h,m}",
19   "requires_arc": true,
20   "frameworks": "CoreTelephony",
21   "dependencies": {
22     "AFNetworking": [
24     ]
25   }