blob: 2c14dd75cab102fae50ad18c2ccdad7d82374d1c [file] [log] [blame]
{
"name": "MBTNetworking",
"version": "0.2.2",
"summary": "A simple networking library for iOS based on AFNetworking 2, Mantle and PromiseKit.",
"description": " A simple networking library for iOS based on AFNetworking 2, Mantle and PromiseKit.\n The aim of MBTNetworking is to streamline the implementation of\n requests to REST APIs and the mapping of the response objects to\n model objects.\n",
"homepage": "https://github.com/madbat/MBTNetworking",
"license": "MIT",
"authors": {
"Matteo Battaglio": "m4dbat@gmail.com"
},
"source": {
"git": "https://github.com/madbat/MBTNetworking.git",
"tag": "0.2.2"
},
"social_media_url": "https://twitter.com/m4dbat",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MBTNetworking": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"Mantle": [
"~> 1.5"
],
"PromiseKit": [
"~> 1.2"
]
}
}