[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 4 / 5 / MBRequest / 1.1 / MBRequest.podspec.json
blob91cbe897695d5b84b18fde85add33df2b2ad4c34
2   "name": "MBRequest",
3   "version": "1.1",
4   "license": "BSD",
5   "summary": "MBRequest is a simple, blocks-based networking library for iOS and OS X built on top of NSURLConnection and NSOperation.",
6   "homepage": "https://github.com/mobiata/MBRequest",
7   "authors": {
8     "Sebastian Celis": "sebastian@sebastiancelis.com"
9   },
10   "source": {
11     "git": "https://github.com/mobiata/MBRequest.git",
12     "tag": "v1.1"
13   },
14   "source_files": "Classes",
15   "requires_arc": false,
16   "dependencies": {
17     "MBCommon": [
18       "~> 1.0.1"
19     ]
20   }