blob: 62c9cc5c37a248f3061af4940403843de8ff599a [file] [log] [blame]
{
"name": "CJInfiniteLoopView",
"version": "0.0.1",
"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.1"
},
"source_files": "InfiniteLoopScrollDemo/CJInfiniteLoopScrollView/Common/Category/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}