[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / e / b / RetrofireSwift / 0.3.1 / RetrofireSwift.podspec.json
blob7819b7593a0a3b51eaff1d8f1b81d2c13be7c6e1
2   "name": "RetrofireSwift",
3   "version": "0.3.1",
4   "summary": "A type-safe HTTP client for Swift, inspired by Retrofit",
5   "description": "Protocol-based networking (with a bit of Sourcery) used to generate statically typed API Client;\nThis library is inspired by the JVM library Retrofit and is a sort of 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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Coletto Dario": "dcoletto.sw@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/dcoletto/RetrofireSwift.git",
17     "tag": "0.3.1"
18   },
19   "social_media_url": "https://twitter.com/coletzLp",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.12",
23     "tvos": "10.0",
24     "watchos": "3.0"
25   },
26   "swift_version": "4.0",
27   "source_files": "Sources/*.swift",
28   "resources": [
29     "retrofire.sh",
30     "Templates/*.stencil"
31   ],
32   "dependencies": {
33     "Alamofire": [
35     ],
36     "SourceryForRetrofire": [
37       "0.16.0-sfr-6"
38     ]
39   }