blob: 6cd5c6dd1c9dd0afa0a265daa36a9f2a67fdfcf3 [file] [log] [blame]
{
"name": "HQCycleScrollView",
"version": "0.0.2",
"summary": "iOS 图片轮播器",
"description": "图片轮播器, 支持本地图片和网络图片",
"homepage": "https://github.com/Vesincc/HQCycleScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hq": "1464467970@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Vesincc/HQCycleScrollView.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"HQCycleScrollView/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 4.1.0"
]
}
}