blob: 4cfe68e94202b4c69ad7ce6dbb16dc51bfcf4d31 [file] [log] [blame]
{
"name": "PPTopMostController",
"version": "0.0.1",
"summary": "This protocol aims to simplify the code behind 'which controller/view is on screen'.",
"description": "To get the top most controller displayed, just do UIViewController *c = [UIViewController topMostController];\nAnd you are done.",
"homepage": "https://github.com/ipodishima/PPTopMostController",
"license": {
"type": "MIT",
"file": "LICENCE"
},
"authors": {
"Marian Paul": "marian@ipup.pro"
},
"source": {
"git": "https://github.com/ipodishima/PPTopMostController.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "PPTopMostController-Files",
"exclude_files": "PPTopMostController",
"requires_arc": false
}