[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / 4 / 7 / JLToast / 1.2.2 / JLToast.podspec.json
blob92a8c66800fb8d00744a3a369132e3732e4b2475
2   "name": "JLToast",
3   "version": "1.2.2",
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.2.2"
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"