[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / f / d / e / PGDNetworking / 0.1.7 / PGDNetworking.podspec.json
blob2c0f86f3a3a33b0276c0aa68ea513e4ff24ec9ca
2   "name": "PGDNetworking",
3   "version": "0.1.7",
4   "summary": "Networking library based on AFNetworking using Mantle.",
5   "description": "Network library based on AFNetworking and Mantle Object Mapper.",
6   "homepage": "https://github.com/pluggd/networking-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pratik Bhadkoliya": "pratik@pluggd.co"
13   },
14   "source": {
15     "git": "https://github.com/pluggd/networking-ios.git",
16     "tag": "0.1.7"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "PGDNetworking/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~>3.1.0"
25     ],
26     "Mantle": [
27       "~>2.1.0"
28     ]
29   }