blob: 4897fcdeb58ed57f6aabd6f36d8d0c20e4e6f41e [file] [log] [blame]
{
"name": "MBRequest",
"version": "1.0",
"license": "BSD",
"summary": "MBRequest is a simple, blocks-based networking library for iOS and OS X built on top of NSURLConnection and NSOperation.",
"homepage": "https://github.com/mobiata/MBRequest",
"authors": {
"Sebastian Celis": "sebastian@sebastiancelis.com"
},
"source": {
"git": "https://github.com/mobiata/MBRequest.git",
"tag": "v1.0"
},
"source_files": "Classes",
"requires_arc": false,
"dependencies": {
"MBCommon": [
"~> 1.0"
]
}
}