[Add] CxjToasts 1.0.9
[CocoaPods.git] / Specs / 9 / 2 / e / LYStickiBall / 1.0.0 / LYStickiBall.podspec.json
blob8d53f5ba422bb3d7fcdf3ea93fad35892e39df20
2   "name": "LYStickiBall",
3   "version": "1.0.0",
4   "summary": "A simple UIView category which can easy integrated QQ sticky red dots view.",
5   "description": "A category for UIView which can easy integrated QQ sticky red dots view. //> 一行代码集成 QQ 粘性未读数红点视图",
6   "homepage": "https://github.com/install-b/LYStickiBall",
7   "license": "MIT",
8   "authors": {
9     "instal-b": "645256685@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/install-b/LYStickiBall.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "Classes/**/*.{h,m}",
19   "public_header_files": "Classes/*.h",
20   "resources": "Classes/Explosion.bundle",
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "dependencies": {
24     "pop": [
25       "~> 1.0.10"
26     ]
27   }