[Add] OpacityCore 3.22.7
[CocoaPods.git] / Specs / 2 / e / b / RetrofireSwift / 0.1.3 / RetrofireSwift.podspec.json
blob45eacf90f30252f7a4edc39ad4e370b9342e740f
2   "name": "RetrofireSwift",
3   "version": "0.1.3",
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",
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.1.3"
18   },
19   "social_media_url": "https://twitter.com/coletzLp",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "swift_version": "4.0",
24   "source_files": "Sources/*.swift",
25   "resources": [
26     "retrofire.sh",
27     "Templates/*.stencil"
28   ],
29   "dependencies": {
30     "Alamofire": [
32     ],
33     "Sourcery": [
35     ]
36   }