blob: 58f38da0cef67501e6b5a979d9fd45b717e87071 [file] [log] [blame]
{
"name": "YQScrollView",
"version": "1.0.0",
"summary": "scrollView 互相嵌套 实现平滑滚动 解决手势冲突 丝滑般顺溜",
"homepage": "https://github.com/gyg6/YQScrollViewNested",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tany": "18738193980@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/gyg6/YQScrollViewNested.git",
"tag": "1.0.0"
},
"source_files": "YQScrollView/Header.h",
"requires_arc": true,
"dependencies": {
"TYPagerController": [
"~> 2.1.0"
]
},
"public_header_files": "YQScrollView/Header.h"
}