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