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