blob: d56ce395e32bb1d07a2f070b524c7ce22e2c1b2e [file] [log] [blame]
{
"name": "BrushKit",
"version": "0.0.1",
"summary": "画笔BrushKit.",
"description": "MetalKit 写的画笔",
"homepage": "http://EXAMPLE/BrushKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dongshangtong": "dongshangtong@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/dongshangtong/BrushKit.git",
"tag": "0.0.1"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"source_files": [
"BrushKit",
"**"
],
"requires_arc": true,
"resources": "BrushKit/Textures/*.png"
}