[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 1 / 0 / e / RxRetroSwift / 1.0.0 / RxRetroSwift.podspec.json
blobfe8d62e6b0e2066c42fec030b6418df1cce6222b
2   "name": "RxRetroSwift",
3   "version": "1.0.0",
4   "summary": "A Simple, Neat and Clean, Easy to use Reactive RetroFit inspired implementation in swift.",
5   "description": "A Simple, Neat and Clean, Easy to use Reactive RetroFit inspired implementation in swift. \nAll you have to do is create models( and viewModels) and let the RxRetroSwift handle the difference response objects for you.",
6   "homepage": "https://github.com/michaelhenry/RxRetroSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Henry Pantaleon": "me@iamkel.net"
13   },
14   "source": {
15     "git": "https://github.com/michaelhenry/RxRetroSwift.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/michaelhenry119",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "RxRetroSwift/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "~> 4.0"
26     ],
27     "RxCocoa": [
28       "~> 4.0"
29     ],
30     "ObjectMapper": [
31       "~> 3.1"
32     ],
33     "Alamofire": [
34       "~> 4.5.1"
35     ]
36   },
37   "pushed_with_swift_version": "4.0"