[Add] FaceSDKNightly 6.4.2326
[CocoaPods.git] / Specs / a / 2 / 8 / FastToast / 0.0.2 / FastToast.podspec.json
blob186f9e6c7995eb3dc7db1aa7cc1ccb4e9a6f2801
2   "name": "FastToast",
3   "version": "0.0.2",
4   "summary": "An iOS activity indicator view.",
5   "description": "MBProgressHUD 封装",
6   "homepage": "https://github.com/lengqingfeng/FastToast",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "allen": "lengshengren@gamil.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/lengqingfeng/FastToast.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "FastToast/FastToastClass/**/*.{h,m}",
22   "frameworks": [
23     "CoreGraphics",
24     "QuartzCore"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "MBProgressHUD": [
29       "~> 0.9.2"
30     ]
31   }