[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 0 / a / 1 / HYToast / 1.0.3 / HYToast.podspec.json
blobf8f2729b75a9f425d58c0c61cc60d875a8f27f47
2   "name": "HYToast",
3   "summary": "A toast with three style.",
4   "version": "1.0.3",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "huxiaoyang": "yohuyang@gmail.com"
11   },
12   "homepage": "https://github.com/huxiaoyang/HYToast",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/huxiaoyang/HYToast.git",
18     "tag": "1.0.3"
19   },
20   "requires_arc": true,
21   "source_files": "HYToast/**/*.{h,m}",
22   "resource_bundles": {
23     "HYToast": [
24       "HYToast/Assets/*.png"
25     ]
26   },
27   "frameworks": [
28     "UIKit",
29     "QuartzCore",
30     "Foundation"
31   ],
32   "module_name": "HYToast",
33   "dependencies": {
34     "Toast": [
35       "~> 3.0"
36     ]
37   }