[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / b / 1 / LXDNetworking / 1.0.3 / LXDNetworking.podspec.json
blob41188607c0b5242adb00557534f0858b5bbc25a9
2   "name": "LXDNetworking",
3   "version": "1.0.3",
4   "summary": "A library base on AFNetworking.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/sindrilin/LXDNetworking.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "linxinda": "codersindri@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sindrilin/LXDNetworking.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LXDNetworking/Classes/**/*",
22   "public_header_files": "LXDNetworking/Classes/**/*.h",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.1.0"
26     ]
27   }