blob: 09c4a48c2b66c2f5659ed23445f530466ecf25af [file] [log] [blame]
{
"name": "SwiftyHttp",
"version": "2.3",
"summary": "Simple Http Requests",
"description": "SwiftyHttp - is easy to use but powerful framework for communication with RESTful web services via HTTP requests. SwiftyHttp will help you to send a request to a server in just a few lines of code. The main advantage of this framework is clarity and easy of use.",
"homepage": "https://github.com/Dax220/Swifty_HTTP",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Tischenko": "maks.tishchenko@gmail.com"
},
"source": {
"git": "https://github.com/Dax220/Swifty_HTTP.git",
"tag": "2.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftyHttp/*",
"dependencies": {
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "3.0"
}