[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / b / 4 / 5 / MBRequest / 1.0 / MBRequest.podspec.json
blob4897fcdeb58ed57f6aabd6f36d8d0c20e4e6f41e
2   "name": "MBRequest",
3   "version": "1.0",
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.0"
13   },
14   "source_files": "Classes",
15   "requires_arc": false,
16   "dependencies": {
17     "MBCommon": [
18       "~> 1.0"
19     ]
20   }