[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 8 / 3 / LFSAskForReview / 0.0.2 / LFSAskForReview.podspec.json
blob62487bc70ce3fe57098d24c81e136e9d77697e81
2   "name": "LFSAskForReview",
3   "version": "0.0.2",
4   "summary": "An iOS class to add a customizable ask for review service.",
5   "homepage": "https://github.com/LFSAskForReview",
6   "screenshots": "https://i.cloudup.com/gwQpHAlp2E.png",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lluís Gómez": "lluisgomez@lafosca.cat"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/lafosca/LFSAskForReview.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "UIAlertView+Blocks": [
25       "~> 0.7"
26     ]
27   },
28   "description": "                   LFSAskForReview is a class that you can add to your iOS app in order to ask the user to review it. Its main features are that it doesn't ask the user to review the app more than once per version and that it's fully customizable, you can:\n\n                    - decide which actions and how many repetitions are needed before displaying the alert (datasource protocol)\n                    - set the title, message and button titles of the alert (datasource protocol)\n                    - implement the response to both the positive and the negative answer of the user (delegate protocol)\n"