[Add] TensorFlowLiteObjC 0.0.1-nightly.20241205
[CocoaPods.git] / Specs / a / 0 / 7 / PMParentalGate / 1.0 / PMParentalGate.podspec.json
blobe9a038c3cd5f8bcc389b2cd5799e2e58d9970032
2   "name": "PMParentalGate",
3   "version": "1.0",
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",
8   "authors": {
9     "Pawel 'Kender' Maczewski": "kender@codingslut.com"
10   },
11   "source": {
12     "git": "https://github.com/owlcoding/PMParentalGate.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/*"