blob: dec55e8461f2a4fd6275abbcaac623bd987fa3bb [file] [log] [blame]
{
"name": "LZViewPager",
"version": "1.1.0",
"summary": "A powerful paging view with tab bar.",
"description": "A powerful paging view with tab bar, just like ViewPager+Tablayout in Android.",
"homepage": "https://github.com/ladmini/LZViewPager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ladmini": "ladmini@126.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ladmini/LZViewPager.git",
"tag": "1.1.0"
},
"source_files": [
"LZViewPager",
"LZViewPager/*.{swift}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"SnapKit": [
"~> 4.2.0"
]
},
"swift_version": "4.2"
}