[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 7 / b / Reinstate / 0.5.0 / Reinstate.podspec.json
blob77549db509ba627bbafe7b5f473110c500cfd41f
2   "name": "Reinstate",
3   "version": "0.5.0",
4   "summary": "A toolbox for better view controller management in iOS.",
5   "description": "It is common to leverage container view controllers in iOS, like UINavigationController and UITabBarController. It is less common to fully utilize the pattern of view controller composition to keep your code clean and easy to reason with. Reinstate provides a variety of tools to help you compose a hierarchy of view controllers, each one small and with a single focus.",
6   "homepage": "https://github.com/nevillco/Reinstate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nevillco": "connor.neville16@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nevillco/Reinstate.git",
16     "tag": "0.5.0"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Source/**/*"