| { |
| "name": "KZ_MultiPageViewController", |
| "version": "0.1.2", |
| "summary": "iOS Multi Page ViewController.", |
| "homepage": "https://github.com/KieronZhang/KZ_MultiPageViewController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "KieronZhang": "https://github.com/KieronZhang" |
| }, |
| "source": { |
| "git": "https://github.com/KieronZhang/KZ_MultiPageViewController.git", |
| "tag": "0.1.2", |
| "submodules": true |
| }, |
| "xcconfig": { |
| "OTHER_LDFLAGS": "-ObjC" |
| }, |
| "requires_arc": true, |
| "ios": { |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "vendored_frameworks": "KZ_MultiPageViewController/KZ_MultiPageViewController_iOS.framework" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "dependencies": { |
| "KZ_Categories": [ |
| |
| ], |
| "KZ_ReuseScrollView": [ |
| |
| ] |
| } |
| } |