blob: f6f772d58d29936df1b341c669f322e6fb2ed6dc [file] [log] [blame]
{
"name": "Container",
"version": "1.0.0",
"summary": "A flexible way to embed and transition between `UIViewController`s in a container",
"description": "This framework is designed to make the process of embedding and transitioning between multiple child `UIViewController`s painless and flexible.",
"homepage": "https://github.com/BottleRocketStudios/iOS-Container",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Bottle Rocket Studios": "will.mcginty@bottlerocketstudios.com"
},
"source": {
"git": "https://github.com/bottlerocketstudios/iOS-Container.git",
"tag": "1.0.0"
},
"source_files": "Sources/Container/**/*",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"swift_version": "5.1"
}