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