blob: 3c03e91f6b5c4cdafbab7ae92a146cfe9fba3054 [file] [log] [blame]
{
"name": "RetrofireSwift",
"version": "0.1.1-test2",
"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",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Coletto Dario": "dcoletto.sw@gmail.com"
},
"source": {
"git": "https://github.com/dcoletto/RetrofireSwift.git",
"tag": "0.1.1-test2"
},
"social_media_url": "https://twitter.com/coletzLp",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "RetrofireSwift/Classes/*.swift",
"preserve_paths": "RetrofireSwift/Templates",
"resources": "RetrofireSwift/Templates/*.stencil",
"dependencies": {
"Alamofire": [
],
"Sourcery": [
]
}
}