blob: 5f5c00ab0b3f9f47aec8f09bb764a9664ebb2dd3 [file] [log] [blame]
{
"name": "RatingsControllerNew",
"version": "0.1.0",
"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. 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.",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RatingsControllerNew/Classes/**/*"
}