blob: 7e981822f0be8ade9ea6c7a2f1adb107f902ecaa [file] [log] [blame]
{
"name": "RetrofireSwift",
"version": "0.3.3",
"summary": "A type-safe HTTP client for Swift, inspired by Retrofit",
"description": "Protocol-based networking (with a bit of Sourcery) used to generate statically typed API Client;\nThis library is inspired by the JVM library Retrofit and is a sort of wrapper for Alamofire (hence the name).\nYou will need to create a Protocol describing your APIs, then Sourcery will generate the actual Alamofire code",
"homepage": "https://github.com/dcoletto/RetrofireSwift",
"screenshots": "https://raw.githubusercontent.com/dcoletto/RetrofireSwift/master/retrofire-sample-usage.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Coletto Dario": "dcoletto.sw@gmail.com"
},
"source": {
"git": "https://github.com/dcoletto/RetrofireSwift.git",
"tag": "0.3.3"
},
"social_media_url": "https://twitter.com/coletzLp",
"platforms": {
"ios": "8.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_version": "4.0",
"source_files": "Sources/*.swift",
"resources": [
"retrofire.sh",
"Templates/*.stencil"
],
"dependencies": {
"Alamofire": [
],
"SourceryForRetrofire": [
"0.16.0-sfr-6"
]
}
}