blob: 4e0d88ff6a5c22d80816768c2d6a8af11407e9cd [file] [log] [blame]
{
"name": "LVCycleScrollView",
"version": "0.0.1",
"summary": "图片及文字自动滚动的控件.",
"description": "图片及文字自动滚动的控件,详细见README",
"homepage": "https://github.com/li199508/LVCycleScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Levi": "2387356991@qq.com"
},
"source": {
"git": "https://github.com/li199508/LVCycleScrollView.git",
"tag": "0.0.1"
},
"source_files": "LVCycleScrollView/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "TAPageControl",
"source_files": "LVCycleScrollView/TAPageControl/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}
]
}