blob: 8dee9d2ed7a8316519663008e2068faee930495c [file] [log] [blame]
{
"name": "LYStickiBall",
"version": "1.0.1",
"summary": "A simple UIView category which can easy integrated QQ sticky red dots view.",
"description": "A category for UIView which can easy integrated QQ sticky red dots view. //> 一行代码集成 QQ 粘性未读数红点视图",
"homepage": "https://github.com/install-b/LYStickiBall",
"license": "MIT",
"authors": {
"instal-b": "645256685@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/install-b/LYStickiBall.git",
"tag": "1.0.1"
},
"source_files": "Classes/**/*.{h,m}",
"public_header_files": "Classes/*.h",
"resources": "Classes/Explosion.bundle",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"pop": [
"~> 1.0.10"
]
}
}