[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / d / 0 / Retrolux / 0.7.0 / Retrolux.podspec.json
blobc6a6dad566a569cf3430c162a65b9e69501446b3
2   "name": "Retrolux",
3   "version": "0.7.0",
4   "summary": "An all in one networking solution, like Retrofit.",
5   "description": "There are many good networking libraries out there already for iOS. Alamofire, AFNetworking, and Moya, etc., are all great libraries.\n\nWhat makes this framework unique is that each endpoint can be consicely described and implemented. No subclassing, protocol implementations, functions to implement, or extra modules to download. It comes with JSON, Multipart, and URL Encoding support out of the box. In short, it aims to optimize, as much as possible, the end-to-end process of network API consumption.\n\nThe purpose of this framework is not just to abstract away networking details, but also to provide a Retrofit-like workflow, where endpoints can be described--not implemented.",
6   "homepage": "https://github.com/izeni-team/retrolux",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bryan Henderson": "bhenderson@startstudio.com"
13   },
14   "source": {
15     "git": "https://github.com/izeni-team/retrolux.git",
16     "tag": "v0.7.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Retrolux/**/*",
22   "pushed_with_swift_version": "3.1"