2 "name": "PMParentalGate",
4 "summary": "A drop-in class for iOS applications that allow to add a parental-gate to the app",
5 "description": " SimpleAudioPlayer\n =================\n\nAn example use of the gate to restrict the In-App purchase: \n\n [[PMParentalGateQuestion sharedGate] presentGateWithText:nil timeout:10 finishedBlock:^(BOOL allowPass, GateResult result) {\n if (allowPass) {\n [[InAppPurchaseHelper sharedInstance] buyProductWithId:@\"fullpro\"];\n }\n }];\n",
6 "homepage": "https://github.com/owlcoding/PMParentalGate",
7 "license": "Apache License",
9 "Pawel 'Kender' Maczewski": "kender@codingslut.com"
12 "git": "https://github.com/owlcoding/PMParentalGate.git",
19 "source_files": "Classes/*"