| { |
| "name": "BrushKit", |
| "version": "0.0.4", |
| "summary": "画笔BrushKit.", |
| "description": "MetalKit 写的画笔", |
| "homepage": "https://github.com/dongshangtong/BrushKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "dongshangtong": "dongshangtong@gmail.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_versions": "5.0", |
| "source": { |
| "git": "https://github.com/dongshangtong/BrushKit.git", |
| "tag": "0.0.4" |
| }, |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "5.0" |
| }, |
| "source_files": "BrushKit/Classes/**/*", |
| "requires_arc": true, |
| "resources": "BrushKit/Textures/*.png", |
| "swift_version": "5.0" |
| } |