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