blob: 687dd783b3486e8d2b804e959e99dd269264eef3 [file] [log] [blame]
{
"name": "PixelEngine",
"version": "0.0.6",
"summary": "The image editor and engine using CoreImage",
"homepage": "https://github.com/muukii/Pixel",
"license": "MIT",
"authors": "muukii",
"source": {
"git": "https://github.com/muukii/Pixel.git",
"tag": "0.0.6"
},
"source_files": [
"Sources/PixelEngine/**/*.swift"
],
"module_name": "PixelEngine",
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": [
"UIKit",
"CoreImage"
]
}
}