[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / c / d / RatingsControllerNew / 0.2.6 / RatingsControllerNew.podspec.json
blob6bc680a5587b55d6a1b082a1b5b9c0dda3a24b33
2   "name": "RatingsControllerNew",
3   "version": "0.2.6",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "parag-deshpande": "parag.deshpande@klouddata.com"
13   },
14   "source": {
15     "git": "https://github.com/parag-deshpande/RatingsControllerNew.git",
16     "tag": "0.2.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RatingsControllerNew/Classes/**/*"