blob: 367f7039a853a6c70a4f47a559e1e8037603a093 [file] [log] [blame]
{
"name": "HAutoScrollView",
"version": "1.0.0",
"summary": "HAutoScrollView",
"description": "循环ScrollView,支持自动滚动、支持点击事件代理回调,已处理NSTimer 销毁,处理AutoLayout 适配。",
"homepage": "https://github.com/iFallen/HAutoScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LiangJun.Hu": "hulj1204@yahoo.com"
},
"source": {
"git": "https://github.com/iFallen/HAutoScrollView.git",
"tag": "1.0.0"
},
"social_media_url": "https://ifallen.github.io",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "HAutoScrollView/Classes/**/*",
"public_header_files": "HAutoScrollView/Classes/**/*.h"
}