blob: 0588b9457ba0881a259b55db29b03bed180d732a [file] [log] [blame]
{
"name": "PixelEngine",
"version": "0.0.3",
"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.3"
},
"source_files": [
"Sources/PixelEngine/**/*.swift"
],
"module_name": "PixelEngine",
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": [
"UIKit",
"CoreImage"
]
}
}