| { |
| "name": "LZViewPager", |
| "version": "1.0.1", |
| "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.0.1" |
| }, |
| "source_files": [ |
| "LZViewPager", |
| "LZViewPager/*.{swift}" |
| ], |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "SnapKit": [ |
| "~> 4.0.0" |
| ] |
| }, |
| "swift_version": "4.0" |
| } |