blob: 7799da92521b7049f4b7eba3cf60da7932b473f2 [file] [log] [blame]
{
"name": "RatingsControllerNew",
"version": "0.2.2",
"summary": "Allows user to Rate/Review app on AppStore using RatingsControllerNew.",
"description": "PDRatingsController is singleton class allows user to rate app after user uses app n number of times as specified.\n Steps -\n 1. import PDRatingsView\n 2. Use following method where you want to initiate rating/review process.\n-- [[PDRatingsView ratings]initialiseWithAppId:@\"12345\" appName:@\"abc\" countAppUsed:2 remindAfter:0.5];\n 3. Call on Button tap /action event / where user want to display rate promts\n -- [[PDRatingsView ratings] checkCountForAppUsedAndDisplayAlertOn:self];",
"homepage": "https://github.com/parag-deshpande/RatingsControllerNew",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"parag-deshpande": "parag.deshpande@klouddata.com"
},
"source": {
"git": "https://github.com/parag-deshpande/RatingsControllerNew.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RatingsControllerNew/Classes/**/*"
}