[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / a / 6 / AKToast / 0.0.1 / AKToast.podspec.json
blob149c58861419d47978a01ba2253b78c790f05271
2   "name": "AKToast",
3   "version": "0.0.1",
4   "summary": "A short description of AKToast.",
5   "description": "hud",
6   "homepage": "https://github.com/lengqingfeng/AKToast",
7   "license": "MIT",
8   "authors": {
9     "胜任": "379306634@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/lengqingfeng/AKToast.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "AKToast/AKToastClass/**/*.{h,m}",
19   "resources": "AKToast/AKToastClass/AKToastResource.bundle",
20   "frameworks": [
21     "Foundation",
22     "UIKit",
23     "CoreGraphics"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "MBProgressHUD": [
28       "~> 1.0.0"
29     ]
30   }