[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 6 / a / RPInteraction / 0.1.1 / RPInteraction.podspec.json
blob8a40cd171bc3c9091fb98a9221a64b130bb9f05a
2   "name": "RPInteraction",
3   "version": "0.1.1",
4   "summary": "Review page interaction - handy and pretty way to ask for review.",
5   "description": "Review page interaction - handy and pretty way to ask for review.\nInspired by https://dribbble.com/shots/4332677-Review-Page-Interaction.\nHow to use:\n1. Create an instance of RPViewController()\n2. Set titles, fonts and colors\n3. Present it!",
6   "homepage": "https://github.com/nbolatov/RPInteraction",
7   "screenshots": "https://cdn.dribbble.com/users/1233499/screenshots/4332677/attachments/987086/attachment.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "nbolatov": "nurda.bolatov@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/nbolatov/RPInteraction.git",
17     "tag": "0.1.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "RPInteraction/Classes/**/*",
23   "resource_bundles": {
24     "RPInteraction": [
25       "RPInteraction/Assets/*.png"
26     ]
27   },
28   "requires_arc": true,
29   "ios": {
30     "frameworks": [
31       "UIKit",
32       "Foundation"
33     ]
34   }