blob: 376c84d6fa96ad4683c80b3102d30f38fadb8864 [file] [log] [blame]
{
"name": "SHBBannerView",
"version": "0.0.2",
"summary": "一个轮播图解决方案",
"description": "封装轮播图的实现",
"homepage": "https://github.com/jiutianhuanpei/SHBBannerView.git",
"license": "MIT",
"authors": {
"shenhongbang": "shenhongbang@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jiutianhuanpei/SHBBannerView.git",
"tag": "0.0.2"
},
"source_files": "SHBBannerView/*.{h,m}",
"frameworks": "UIKit",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SRCROOT)/SDWebImage"
},
"dependencies": {
"SDWebImage": [
"~> 4.1.0"
]
},
"requires_arc": true
}