blob: 1d594a950d146bf193c57205953383fd2e14d109 [file] [log] [blame]
{
"name": "VHSlideoutController",
"version": "0.1.0",
"summary": "A subclass of UIViewController that makes it easy to create slideout views",
"description": "This CocoaPod provided the ability to create slideouts for a view controller",
"homepage": "https://github.com/vhart/VHSlideoutController",
"license": "MIT",
"authors": {
"Varindra": "varindrahart@gmail.com"
},
"source": {
"git": "https://github.com/vhart/VHSlideoutController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"VHSlideoutController": [
"Pod/Assets/*.png"
]
}
}