[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / e / 6 / PPTopMostController / 0.0.1 / PPTopMostController.podspec.json
blob4cfe68e94202b4c69ad7ce6dbb16dc51bfcf4d31
2   "name": "PPTopMostController",
3   "version": "0.0.1",
4   "summary": "This protocol aims to simplify the code behind 'which controller/view is on screen'.",
5   "description": "To get the top most controller displayed, just do UIViewController *c = [UIViewController topMostController];\nAnd you are done.",
6   "homepage": "https://github.com/ipodishima/PPTopMostController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENCE"
10   },
11   "authors": {
12     "Marian Paul": "marian@ipup.pro"
13   },
14   "source": {
15     "git": "https://github.com/ipodishima/PPTopMostController.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": "PPTopMostController-Files",
22   "exclude_files": "PPTopMostController",
23   "requires_arc": false