blob: af79d176db631ba2768e7a998b9f797d67df1e26 [file] [log] [blame]
{
"name": "RevoHttp",
"version": "0.0.6",
"summary": "Foundation http.",
"description": "A wrapper arround native Http requests for simpler and cleaner code",
"homepage": "https://revo.works",
"license": "MIT",
"swift_versions": "5.0",
"authors": {
"Jordi PuigdellĂ­vol": "jordi@gloobus.net"
},
"social_media_url": "https://instagram.com/badchoice2",
"platforms": {
"ios": "9.3",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/revosystems/revohttp.git",
"tag": "0.0.6"
},
"source_files": "RevoHttp/src/**/*.{swift}",
"dependencies": {
"RevoFoundation": [
"~> 0.0.21"
]
},
"swift_version": "5.0"
}