blob: 36a3228a4afdb2894b6fe4b9bd534cb1f8302c25 [file] [log] [blame]
{
"name": "FlippableViewController",
"version": "1.0.0",
"summary": "A view controller that allows easy flipping between two child view controllers.",
"description": " FlippableViewController is a UIViewController subclass that allows easy flipping between two child view controller that are passed in during the init phase.\n",
"homepage": "https://github.com/jmenter/FlippableViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jeff Menter": "jmenter@gmail.com"
},
"social_media_url": "http://twitter.com/jmenter",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jmenter/FlippableViewController.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m,png,swift}"
],
"requires_arc": true
}