[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / e / b / RetrofireSwift / 0.1.1-test2 / RetrofireSwift.podspec.json
blob3c03e91f6b5c4cdafbab7ae92a146cfe9fba3054
2   "name": "RetrofireSwift",
3   "version": "0.1.1-test2",
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   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Coletto Dario": "dcoletto.sw@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dcoletto/RetrofireSwift.git",
16     "tag": "0.1.1-test2"
17   },
18   "social_media_url": "https://twitter.com/coletzLp",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_version": "4.0",
23   "source_files": "RetrofireSwift/Classes/*.swift",
24   "preserve_paths": "RetrofireSwift/Templates",
25   "resources": "RetrofireSwift/Templates/*.stencil",
26   "dependencies": {
27     "Alamofire": [
29     ],
30     "Sourcery": [
32     ]
33   }