blob: abeb6eec36cd72cb2df856f1794e2a1431d9e891 [file] [log] [blame]
{
"name": "PGDNetworking",
"version": "0.1.5",
"summary": "Networking library based on AFNetworking using Mantle.",
"description": "Network library based on AFNetworking and Mantle Object Mapper.",
"homepage": "https://github.com/pluggd/networking-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pratik Bhadkoliya": "pratik@pluggd.co"
},
"source": {
"git": "https://github.com/pluggd/networking-ios.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PGDNetworking/Classes/**/*",
"dependencies": {
"AFNetworking": [
],
"Mantle": [
]
}
}