[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / d / 0 / Retrolux / 0.6.3 / Retrolux.podspec.json
blob9f9d9338f3a3c7e6093b39fbe3b660c05b2a3b34
2   "name": "Retrolux",
3   "version": "0.6.3",
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.6.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Retrolux/**/*",
22   "pushed_with_swift_version": "3.1"