blob: 0b834a5d86bf9195bb17cf63c4ca2d2e4db24885 [file] [log] [blame]
{
"name": "YBKit",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "YBKit/YBKit/Class/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation"
]
}