blob: 6ec482ce97db4bf5890012828e991ecb26e05760 [file] [log] [blame]
{
"name": "PKRevealController",
"version": "2.0.4",
"authors": {
"Philip Kluz": "philip.kluz@zuui.org"
},
"homepage": "https://github.com/pkluz/PKRevealController",
"summary": "A view controller containers for iOS, enabling you to present multiple controllers on top of one another.",
"license": {
"type": "MIT"
},
"requires_arc": true,
"source": {
"git": "https://github.com/pkluz/PKRevealController.git",
"tag": "v2.0.4"
},
"source_files": "Source/**/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
],
"platforms": {
"ios": "6.0"
}
}