blob: be11d4d6dfa7a7ebb6f9691d6e50f19c94bd697d [file] [log] [blame]
{
"name": "YUCIImageView",
"version": "0.1",
"authors": {
"YuAo": "me@imyuao.com"
},
"homepage": "https://github.com/YuAo/YUCIImageView",
"summary": "An image view for rendering CIImage with Metal/OpenGL/CoreGraphics.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/YuAo/YUCIImageView.git",
"tag": "0.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"source_files": "Sources/**/*.{h,m}"
}