blob: 7fad9b65c78647e35d79aa5d0641dd36f0c1884e [file] [log] [blame]
{
"name": "RBBanner",
"version": "0.0.4",
"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.4"
},
"source_files": "RBBannerView/RBBannerView/BannerView/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 4.4.2"
]
}
}