blob: 1fb677d59b3b6bfb460cf3efd987aac763673557 [file] [log] [blame]
{
"name": "SMWebRequest",
"version": "1.0",
"summary": "A lightweight class for iOS for making asynchronous web requests.",
"description": " SMWebRequest is a very handy lightweight HTTP request class for iOS.\n\n It encapsulates a single HTTP request and response, and is designed to be less verbose and simpler to use than NSURLConnection. The server response is buffered completely into memory then passed back to event listeners as NSData. Optionally, you can specify a delegate which can process the NSData in some way on a background thread then return something else.\n\n More info in the blog post: http://nfarina.com/post/3776625971/webrequest\n",
"homepage": "https://github.com/nfarina/webrequest",
"license": "MIT License",
"authors": {
"Nick Farina": "nfarina@gmail.com"
},
"source": {
"git": "https://github.com/nfarina/webrequest.git",
"tag": "1.0"
},
"platforms": {
"ios": null
},
"source_files": "SMWebRequest.{h,m}",
"requires_arc": false
}