blob: afa43dc7b8649818e7358cf19ddce776defdce7e [file] [log] [blame]
{
"name": "CJInfiniteLoopView",
"version": "0.0.3",
"summary": "一款用起来so easy的左右无限滚动控件,一般用于首页banner",
"homepage": "https://github.com/CoderJee/CJInfiniteLoopView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CoderJee": "fx105387373@sina.com"
},
"social_media_url": "http://twitter.com/CoderJee",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/CoderJee/CJInfiniteLoopView.git",
"tag": "0.0.3"
},
"source_files": "InfiniteLoopScrollDemo/CJInfiniteLoopScrollView/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 0.6.4"
]
}
}