[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 6 / 7 / 1 / ADCoordinator / 1.0.2 / ADCoordinator.podspec.json
blobc10842ddd3c279f40c60aa2237bc6d46447af3ed
2   "name": "ADCoordinator",
3   "version": "1.0.2",
4   "summary": "An implementation of the coordinator pattern used at Fabernovel.",
5   "description": "Coordinators are a powerful pattern to decouple the navigation from the view controllers in an app.\nThis library provides a base class `Coordinator` and a mecanism to retain and release coordinators easily.",
6   "homepage": "https://github.com/faberNovel/Coordinator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pierre Felgines": "pierre.felgines@fabernovel.com"
13   },
14   "source": {
15     "git": "https://github.com/faberNovel/Coordinator.git",
16     "tag": "v1.0.2"
17   },
18   "social_media_url": "https://twitter.com/fabernovel",
19   "platforms": {
20     "ios": "10.0",
21     "tvos": "10.0"
22   },
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "swift_versions": "5.1",
28   "source_files": "ADCoordinator/Classes/**/*",
29   "swift_version": "5.1"