[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / b / 6 / a / GoCoordinator / 0.1.1 / GoCoordinator.podspec.json
blob9384c501fdbac9b45de886ec56f0e94e41e0c158
2   "name": "GoCoordinator",
3   "version": "0.1.1",
4   "summary": "A framework that offers robust and extensible interactions between Coordinators and ViewControllers.",
5   "description": "GoCoordinator provides the tools to create your own Coordinators and link them to ViewControllers. Coordinators are compatible with both Nibs and Storyboards, and can instantiate and inject controllers into complex view hierarchies. ViewControllers can talk to their Coordinators via the \"go\" extension.",
6   "homepage": "https://github.com/schelterstudios/GoCoordinator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "schelterstudios": "steve@schelterstudios.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": "5",
18   "source": {
19     "git": "https://github.com/schelterstudios/GoCoordinator.git",
20     "tag": "0.1.1"
21   },
22   "source_files": "GoCoordinator/**/*.{h,m,swift}",
23   "swift_version": "5"