[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / f / 1 / 8 / Coordinators / 1.1.3 / Coordinators.podspec.json
blob545e16e6ce12d35c108e9bfac56aceaad7762716
2   "name": "Coordinators",
3   "version": "1.1.3",
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.3"
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"