blob: e3a7ebe73cc7c418f2d7b1fc1cabf3be71ba3d30 [file] [log] [blame]
{
"name": "SwpBanner",
"version": "2.0.0",
"summary": "封装图片轮播控件",
"description": "TODO: 封装图片轮播控件",
"homepage": "https://github.com/swp-song/SwpBanner",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
" swp_song": "396587868@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/swp-song/SwpBanner.git",
"tag": "2.0.0"
},
"source_files": [
"SwpBanner",
"SwpBanner/**/*.{h,m}"
],
"resources": "SwpBanner/SwpBannerResources/SwpBanner.bundle",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"SDWebImage": [
]
}
}