blob: 9ca19fbf57f96fa47f6c28e6c5519ba8c00e2168 [file] [log] [blame]
{
"name": "RetrofireSwift",
"version": "0.2.2",
"summary": "A type-safe HTTP client for Swift, inspired to Retrofit",
"description": "Protocol-based networking (with a bit of Sourcery) used to generate statically typed API Client;\nThis library is inspired to the JVM library Retrofit and is a 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.2.2"
},
"social_media_url": "https://twitter.com/coletzLp",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "Sources/*.swift",
"resources": [
"retrofire.sh",
"Templates/*.stencil"
],
"dependencies": {
"Alamofire": [
],
"SourceryForRetrofire": [
"0.16.0-sfr-3"
]
}
}