blob: 322602b8856151b68638c1cdf0a65de9a283d6a8 [file] [log] [blame]
{
"name": "YBKit",
"version": "1.0.0",
"summary": "A marquee view used on iOS.",
"description": "It is a marquee view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/coderYB/YBKit",
"license": "MIT",
"authors": {
"coderYB": "807110922@qq.com"
},
"source": {
"git": "https://github.com/coderYB/YBKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "YBKit/Class/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"Security"
]
}