blob: 7e01d5510deb7038b608fc40f9c0bf10df8cc7db [file] [log] [blame]
{
"name": "RetrofireSwift",
"version": "0.2.0",
"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.0"
},
"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": [
]
}
}