blob: 2f23b7970c3961853b8cd7a262cfc1f67baf5cc7 [file] [log] [blame]
{
"name": "LZViewPager",
"version": "0.5.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": "FILE_LICENSE"
},
"authors": {
"ladmini": "ladmini@126.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ladmini/LZViewPager.git",
"tag": "0.5.0"
},
"source_files": [
"LZViewPager",
"LZViewPager/*.{swift}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"SnapKit": [
"~> 4.0.0"
]
},
"swift_version": "4.0"
}