[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 0 / e / 7 / MBTNetworking / 0.2.2 / MBTNetworking.podspec.json
blob2c14dd75cab102fae50ad18c2ccdad7d82374d1c
2   "name": "MBTNetworking",
3   "version": "0.2.2",
4   "summary": "A simple networking library for iOS based on AFNetworking 2, Mantle and PromiseKit.",
5   "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",
6   "homepage": "https://github.com/madbat/MBTNetworking",
7   "license": "MIT",
8   "authors": {
9     "Matteo Battaglio": "m4dbat@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/madbat/MBTNetworking.git",
13     "tag": "0.2.2"
14   },
15   "social_media_url": "https://twitter.com/m4dbat",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "MBTNetworking": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "AFNetworking": [
28       "~> 2.5"
29     ],
30     "Mantle": [
31       "~> 1.5"
32     ],
33     "PromiseKit": [
34       "~> 1.2"
35     ]
36   }