| { | |
| "name": "ZKit", | |
| "version": "0.1.0", | |
| "summary": "A common extension of UIView", | |
| "homepage": "https://github.com/lzackx/ZKit", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "lzackx": "zackx@foxmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/lzackx/ZKit.git", | |
| "tag": "0.1.0" | |
| }, | |
| "requires_arc": true, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "ZKit/ZKit/*.swift", | |
| "frameworks": "UIKit", | |
| "pod_target_xcconfig": { | |
| "SWIFT_VERSION": "3.0" | |
| } | |
| } |