2 "name": "RetrofireSwift",
4 "summary": "A type-safe HTTP client for Swift, inspired to Retrofit",
5 "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",
6 "homepage": "https://github.com/dcoletto/RetrofireSwift",
7 "screenshots": "https://raw.githubusercontent.com/dcoletto/RetrofireSwift/master/retrofire-sample-usage.png",
13 "Coletto Dario": "dcoletto.sw@gmail.com"
16 "git": "https://github.com/dcoletto/RetrofireSwift.git",
19 "social_media_url": "https://twitter.com/coletzLp",
23 "swift_version": "4.0",
24 "source_files": "Sources/*.swift",
33 "SourceryForRetrofire": [