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