[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / e / 7 / MBTNetworking / 0.4 / MBTNetworking.podspec.json
blob37672b3e3fbb475b129147f351b03c1c532b3f20
2   "name": "MBTNetworking",
3   "version": "0.4",
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.4"
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       "~> 2.0"
32     ],
33     "PromiseKit/Promise": [
34       "~> 1.2"
35     ]
36   }