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