| { |
| "name": "LZViewPager", |
| "version": "1.2.3", |
| "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": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/ladmini/LZViewPager.git", |
| "tag": "1.2.3" |
| }, |
| "source_files": [ |
| "LZViewPager", |
| "LZViewPager/*.{swift}" |
| ], |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "SnapKit": [ |
| "~> 5.0.0" |
| ] |
| }, |
| "swift_versions": "5.0", |
| "swift_version": "5.0" |
| } |