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