blob: 2036e2ff0d6b5adbd1780b47709b9da1a4198b94 [file] [log] [blame]
{
"name": "Picasso",
"version": "0.4.4",
"summary": "A view for rendering CIImage with Metal/OpenGL",
"description": "A view for rendering CIImage with Metal/OpenGL.",
"homepage": "https://github.com/Limon-O-O/Picasso",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Limon": "fengninglong@gmail.com"
},
"social_media_url": "https://twitter.com/Limon______",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Limon-O-O/Picasso.git",
"tag": "0.4.4"
},
"source_files": [
"Picasso/**/*.h",
"Picasso/**/*.m",
"Picasso/**/*.swift"
],
"requires_arc": true,
"swift_version": "4.2"
}