[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 3 / 4 / JSSAlertView / 1.1.3 / JSSAlertView.podspec.json
blob55c570764d78080b824bbf7d307d49117e545528
2   "name": "JSSAlertView",
3   "version": "1.1.3",
4   "summary": "Custom HUD, modal alert view for iOS 8+ written in Swift",
5   "description": "A custom modal alert view for iOS 8+ written in Swift, with a couple basic themes and support for custom icons and fonts. Inspired by and modeled after vikmeup's SCLAlertView.",
6   "homepage": "https://github.com/openstakes/JSSAlertView",
7   "screenshots": [
8     "https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/1.png",
9     "https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/2.png",
10     "https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/3.png",
11     "https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/4.png",
12     "https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/5.png",
13     "https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/6.png",
14     "https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/7.png",
15     "https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/8.png",
16     "https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/9.png",
17     "https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/10.png",
18     "https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/11.png"
19   ],
20   "license": "MIT",
21   "authors": {
22     "Jay Stakelon": "",
23     "Tomas Sykora, jr.": "jump@syky.cz"
24   },
25   "source": {
26     "git": "https://github.com/openstakes/JSSAlertView.git",
27     "tag": "1.1.3"
28   },
29   "social_media_url": "https://twitter.com/syky27",
30   "platforms": {
31     "ios": "8.0"
32   },
33   "requires_arc": true,
34   "source_files": "Pod/Classes/**/*",
35   "resource_bundles": {
36     "JSSAlertView": [
37       "Pod/Assets/*.png"
38     ]
39   }