[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / f / 1 / 8 / Coordinators / 0.1.0 / Coordinators.podspec.json
blobb4c5243eac1cac530067341ce02520e72ef2cf5a
2   "name": "Coordinators",
3   "version": "0.1.0",
4   "summary": "A framework for light flexible Swift MVVM coordinators",
5   "description": "A framework for simple and flexible Swift Coordinators. Ideal to be used with MVVM+Coordinator architectures.",
6   "homepage": "https://github.com/Bitdreams/Coordinators",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "raphaelcruzeiro": "raphael@bitdreams.co"
13   },
14   "source": {
15     "git": "https://github.com/Bitdreams/Coordinators.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/rcdeveloper",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Coordinators/Classes/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "RxSwift": [
27     ]
28   },
29   "pushed_with_swift_version": "4.0"