2 "name": "RatingsControllerNew",
4 "summary": "Allows user to Rate/Review app on AppStore using RatingsControllerNew.",
5 "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];",
6 "homepage": "https://github.com/parag-deshpande/RatingsControllerNew",
12 "parag-deshpande": "parag.deshpande@klouddata.com"
15 "git": "https://github.com/parag-deshpande/RatingsControllerNew.git",
21 "source_files": "RatingsControllerNew/Classes/**/*"