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