blob: c7aa5aad6328903785b5b17e9718245254cab346 [file] [log] [blame]
{
"name": "PGDNetworking",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PGDNetworking/Classes/**/*",
"dependencies": {
"AFNetworking": [
],
"Mantle": [
]
}
}