blob: 720ff9a5da11e1e12a1072a6d2e2051c71cd8f74 [file] [log] [blame]
{
"name": "NHSlidingController",
"version": "0.1.0",
"summary": "A sliding controller to handle interfaces with a top and bottom view controllers where the top one slides to reveal the bottom one.",
"description": " NHSlidingController is a simple class that allows you to create User Interface with a top and bottom view controller.\n It is completely self contained, can be opened by sliding or by pressing a button.\n",
"homepage": "http://github.com/nilsou/NHSlidingController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nils Hayat": "nilsou@gmail.com"
},
"source": {
"git": "https://github.com/nilsou/NHSlidingController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "NHSlidingController/*.{h,m}",
"requires_arc": false
}