blob: adda13d0c5e5da88647cae0c726e935d5a22538f [file] [log] [blame]
{
"name": "RevoHttp",
"version": "0.0.2",
"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.2"
},
"source_files": "RevoHttp/src/**/*.{swift}",
"dependencies": {
"RevoFoundation": [
"~> 0.0.21"
]
},
"swift_version": "5.0"
}