[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 0 / e / 7 / MBTNetworking / 0.3.1 / MBTNetworking.podspec.json
bloba55b97c9d2ae35436816783c1258f620479e43f2
2   "name": "MBTNetworking",
3   "version": "0.3.1",
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.1"
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/Promise": [
34       "~> 1.2"
35     ]
36   }