blob: b0ccb1dc7285e711f929afee2639d0d81dd61cf3 [file] [log] [blame]
{
"name": "AutoScrollerView",
"version": "1.0.0",
"summary": "自动布局,sollerview顺序添加view简化实现",
"homepage": "https://github.com/Wyajun/YJAutoLayoutView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"YaJun Wang": "yajunst@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Wyajun/YJAutoLayoutView.git",
"tag": "1.0.0"
},
"source_files": "AutoScrollerView/AutoScollerView/*.{h,m}",
"dependencies": {
"Masonry": [
]
},
"requires_arc": true
}