[Add] TPNiOS 6.4.35
[CocoaPods.git] / Specs / f / d / e / PGDNetworking / 0.1.3 / PGDNetworking.podspec.json
blobc7aa5aad6328903785b5b17e9718245254cab346
2   "name": "PGDNetworking",
3   "version": "0.1.3",
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.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "PGDNetworking/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "Mantle": [
28     ]
29   }