blob: f431d9557ce2c64b96378d305c554e39a988ca77 [file] [log] [blame]
{
"name": "KPengBannerView",
"version": "0.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/smithgoo/KPengBannerView.git",
"license": "MIT",
"authors": {
"王朋": "294336370@qq.com"
},
"source": {
"git": "https://github.com/smithgoo/KPengBannerView.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9"
},
"requires_arc": true,
"source_files": [
"BannerView",
"BannerView/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}