blob: a657b594459b42a736023dd7a77d907170472d4c [file] [log] [blame]
{
"name": "RBBanner",
"version": "0.0.6",
"summary": "LoopScroll banner used on iOS.",
"homepage": "https://github.com/rbyyy/LoopScroll",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"任冰": "rbyyy924805@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/rbyyy/LoopScroll.git",
"tag": "0.0.6"
},
"source_files": "RBBannerView/RBBannerView/BannerView/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 4.4.2"
]
}
}