blob: 1866f19394b0d42fb027ea911ef499721d549e9a [file] [log] [blame]
{
"name": "LGSemiModalNavController",
"version": "0.2.0",
"summary": "A UINavigationController subclass that presents itself a dynamic amount",
"description": "A UINavigationController subclass that presents itself a dynamic amount in a view controller using the UIViewControllerAnimatedTransitioning protocol.\n",
"homepage": "https://github.com/lukegeiger/LGSemiModalNavController",
"license": "MIT",
"authors": {
"Luke Geiger": "lukejamesgeiger@gmail.com"
},
"source": {
"git": "https://github.com/lukegeiger/LGSemiModalNavController.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/lukejgeiger",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LGSemiModalNavController": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}