blob: 3673b5fc969ff74cb232f77c0038ef897035c279 [file] [log] [blame]
{
"name": "RetrofireSwift",
"version": "0.1.1-test",
"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-test"
},
"social_media_url": "https://twitter.com/coletzLp",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "RetrofireSwift/Classes/*.swift",
"preserve_paths": [
"RetrofireSwift/Templates",
"sourcery"
],
"dependencies": {
"Alamofire": [
]
}
}