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. Steps - 1. import PDRatingsController\n2. Use following method where you want to initiate rating/review process.\n3. [PDRatingsController ratingsWithAppId:(NSString*)appId appName:(NSString*)appName countAppUsed:(NSInteger)count onViewController:(UIViewController*)_viewController];\n4. Rest will taken care of by this class.",
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/**/*"