blob: 27a7e7483c7d2f0a25dcaa98bee46e9eadb07ddc [file] [log] [blame]
{
"name": "SwiftyHttp",
"version": "1.4",
"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": "1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftyHttp/*",
"dependencies": {
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "3.0"
}