[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 7 / b / Reinstate / 0.4.0 / Reinstate.podspec.json
blobe09ebeac9a9e39c321c657e2c396c46e4c523ac1
2   "name": "Reinstate",
3   "version": "0.4.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.4.0"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Source/**/*"