[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 1 / d / 0 / ZHToast / 0.0.1 / ZHToast.podspec.json
blob15305e027fcfeaf6dda1169da4e5d9e91f006b48
2   "name": "ZHToast",
3   "version": "0.0.1",
4   "summary": "Simulate android toast and HUD",
5   "description": "ZHToast is a toast UI component simulate the android toast, providing multiple UI style and easy to use.",
6   "homepage": "https://github.com/mrarronz/ZHToast.git",
7   "license": "MIT",
8   "authors": {
9     "mrarronz": "zhuhao1340@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/mrarronz/ZHToast.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "ZHToast",
20     "ZHToast/**/*.{h,m}"
21   ],
22   "public_header_files": "ZHToast/**/*.h",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "requires_arc": true