[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / b / a / 9 / TLToastHUD / 1.0.4 / TLToastHUD.podspec.json
blobb42e29aaa6119727ce17cb042ce7fc538e1c6147
2   "name": "TLToastHUD",
3   "version": "1.0.4",
4   "summary": "TLToastHUD - Toast提示和 HUD 提示.",
5   "homepage": "https://github.com/huawtswork/TLToastHUD",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "huawt": "ghost263sky@163.com"
12   },
13   "source": {
14     "git": "https://github.com/huawtswork/TLToastHUD.git",
15     "tag": "1.0.4"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "TLToastHUD/Classes/**/*",
21   "public_header_files": "TLToastHUD/Classes/**/*.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "QuartzCore",
26     "CoreGraphics"
27   ],
28   "dependencies": {
29     "Masonry": [
31     ]
32   }