[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 4 / 7 / JLToast / 1.3.5 / JLToast.podspec.json
bloba3c0942c0f93a5eab3676db7ba8cc8348a3d9337
2   "name": "JLToast",
3   "version": "1.3.5",
4   "summary": "Toast UI for Swift - Android-like toast with very simple interface.",
5   "homepage": "http://github.com/devxoul/JLToast",
6   "license": {
7     "type": "WTPFL",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "devxoul": "devxoul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/devxoul/JLToast.git",
15     "tag": "1.3.5"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "JLToast/*.{swift,h}",
21   "public_header_files": "JLToast/JLToast.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "QuartzCore"
26   ],
27   "requires_arc": true,
28   "deprecated_in_favor_of": "Toaster"