blob: 3ea3f975cd82915eef0cdc960bc108bf5fd3c92b [file] [log] [blame]
{
"name": "JSONRequest",
"version": "0.0.1",
"summary": "JSONRequest is a tiny Swift library for Synchronous and Asynchronous HTTP JSON requests.",
"description": "JSONRequest provides a clean and easy-to-use API to submit HTTP requests both asynchronously and synchronously.",
"homepage": "http://github.com/hathway/JSONRequest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eneko Alonso": "eneko.alonso@gmail.com"
},
"social_media_url": "http://twitter.com/eneko",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/hathway/JSONRequest.git",
"tag": "0.0.1"
},
"source_files": "Sources/*.swift"
}