blob: a2cd0dd21749b70b36049501d36ece4eef3c7f86 [file] [log] [blame]
{
"name": "Reinstate",
"version": "0.2.5",
"summary": "Leverage child view controllers to manage the state of your app and keep each view controller small.",
"description": "When managing an app with complex state, it’s easy for your view controllers to balloon in size. Make use of Reinstate’s utilities to create, display and remove child view controllers, can keep each individual view controller simple.",
"homepage": "https://github.com/nevillco/Reinstate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nevillco": "connor.neville16@gmail.com"
},
"source": {
"git": "https://github.com/nevillco/Reinstate.git",
"tag": "0.2.5"
},
"swift_version": "4.0",
"platforms": {
"ios": "10.0"
},
"source_files": "Source/**/*"
}