[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 0 / e / 7 / MBTNetworking / 0.3 / MBTNetworking.podspec.json
blob4ef6b8272f7bd3bfce6ffe0335e341a562eefeab
2   "name": "MBTNetworking",
3   "version": "0.3",
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.3"
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   }