[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 7 / b / DRYNavigationManager / 1.0.0 / DRYNavigationManager.podspec.json
blob739ecdc4c1f6e640e2c86af83a8e25f865433f44
2   "name": "DRYNavigationManager",
3   "version": "1.0.0",
4   "summary": "Navigation manager to separate navigation logic from you core app code, when not using StoryBoards.",
5   "description": "                       In StoryBoard-less projects, this small framework should help out in separating the navigation code from the actual view controller code, much like segues enable this when using story boards.\n",
6   "homepage": "https://github.com/appfoundry/DRYNavigationManager",
7   "license": "MIT",
8   "authors": {
9     "Michael Seghers": "michael.seghers@ida-mediafoundry.be",
10     "Bart Vandeweerdt": "bart.vandeweerdt@ida-mediafoundry.be"
11   },
12   "source": {
13     "git": "https://github.com/appfoundry/DRYNavigationManager.git",
14     "tag": "1.0.0"
15   },
16   "social_media_url": "https://twitter.com/appfoundrybe",
17   "platforms": {
18     "ios": "5.0"
19   },
20   "requires_arc": true,
21   "source_files": "Classes"