blob: ffed8766efbe4bdf1821431c12d502ea78b294db [file] [log] [blame]
{
"name": "HandsomeURLSession",
"version": "1.2.1",
"summary": "NSURLSession extension that provides tasks for common HTTP responses (UTF8 text, images, JSON and XML) and synchronous API",
"homepage": "https://github.com/xinmyname/HandsomeURLSession",
"license": "MIT",
"authors": {
"Andy Sherwood": "xinmyname@gmail.com"
},
"social_media_url": "http://twitter.com/xinmyname",
"requires_arc": true,
"platforms": {
"ios": "9.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/xinmyname/HandsomeURLSession.git",
"tag": "1.2.1"
},
"source_files": "Sources/*.{h,m}"
}