[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 7 / b / DRYNavigationManager / 2.0.0 / DRYNavigationManager.podspec.json
blobfc9375e1870e63323b1eabbf5f8fe4cae24144fa
2   "name": "DRYNavigationManager",
3   "version": "2.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.",
6   "homepage": "https://github.com/appfoundry/DRYNavigationManager",
7   "license": "MIT",
8   "authors": {
9     "Michael Seghers": "mike.seghers@appfoundry.be",
10     "Bart Vandeweerdt": "bart.vandeweerdt@appfoundry.be",
11     "Joris Dubois": "joris.dubois@appfoundry.be",
12     "Jens Goeman": "jens.goeman@appfoundry.be"
13   },
14   "source": {
15     "git": "https://github.com/appfoundry/DRYNavigationManager.git",
16     "tag": "2.0.0"
17   },
18   "social_media_url": "https://twitter.com/appfoundrybe",
19   "platforms": {
20     "ios": "5.0"
21   },
22   "requires_arc": true,
23   "source_files": "Classes/**/*.{h,m}"