[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 7 / 1 / ADCoordinator / 1.1.0 / ADCoordinator.podspec.json
blobf21cf8203b8c4b715a67abcf1a5934a5bf5ec557
2   "name": "ADCoordinator",
3   "version": "1.1.0",
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.1.0"
17   },
18   "social_media_url": "https://twitter.com/fabernovel",
19   "platforms": {
20     "ios": "13.0",
21     "tvos": "13.0"
22   },
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "swift_versions": "5.7",
28   "source_files": "ADCoordinator/Classes/**/*",
29   "swift_version": "5.7"