[Add] RadarSDKMotion 3.19.7-beta.1
[CocoaPods.git] / Specs / 0 / a / 1 / HYToast / 0.0.2 / HYToast.podspec.json
blob11cdb58fef94c283e10049a39c56be3f30b8d2cf
2   "name": "HYToast",
3   "summary": "A toast with three style.",
4   "version": "0.0.2",
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": "0.0.2"
19   },
20   "requires_arc": true,
21   "source_files": "HYToast/**/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "QuartzCore",
25     "Foundation"
26   ],
27   "module_name": "HYToast",
28   "dependencies": {
29     "CRToast": [
30       "~> 0.0.9"
31     ],
32     "Toast": [
33       "~> 3.0"
34     ],
35     "MZAppearance": [
36       "~> 1.1.6"
37     ]
38   }