blob: 7ba1f725cdcbfedcc6f03e1be4587a5996540653 [file] [log] [blame]
{
"name": "LJAutoScrollView",
"version": "1.0.1",
"summary": "auto and infinite scroll view",
"description": "LJAutoScrollView class provides an endlessly circulate scroll view. It allows users to scroll infinitely in the horizontal direction, and also provides automatic scrolling feature.",
"homepage": "https://github.com/liaojinxing/LJAutoScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jinxing Liao": "jinxingliao@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/liaojinxing/LJAutoScrollView.git",
"tag": "1.0.1"
},
"source_files": "LJAutoScrollView/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}