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