blob: 1dd156396fda9a73d52e4b0015dce1b5b6febf7c [file] [log] [blame]
{
"name": "BoardingPass",
"version": "0.1.0",
"summary": "A navigation controller interactive pan to push and pop.",
"description": "BoardingPass is a subclass of `UINavigationController` with interactive push\nand pop gestures. It's offers behaviors similar to `UIPageViewController`,\nbut with all of the familiar behaviors of navigation controller, and the\nability to add fancy effects by animating alongside transitions.",
"homepage": "https://github.com/Raizlabs/BoardingPass",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Skiba": "mike.skiba@raizlabs.com"
},
"source": {
"git": "https://github.com/Raizlabs/BoardingPass.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/ateliercw",
"platforms": {
"ios": "9.0"
},
"source_files": "BoardingPass/**/*",
"frameworks": [
"Foundation",
"UIKit"
]
}