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