blob: ee44db1601a0fc1c20480b15f1f466da4fb52446 [file] [log] [blame]
{
"name": "PKRevealController",
"version": "2.0.0",
"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.0"
},
"source_files": "Source/**/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
],
"platforms": {
"ios": "6.0"
}
}