blob: 5428f4285d0e8e2fb27f552c3f36fe07143ec320 [file] [log] [blame]
{
"name": "PixelEditor",
"version": "0.2.1",
"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.1"
},
"source_files": [
"Sources/PixelEditor/**/*.swift"
],
"module_name": "PixelEditor",
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": [
"UIKit",
"CoreImage"
]
},
"resources": "Sources/PixelEditor/Media.xcassets",
"dependencies": {
"PixelEngine": [
"~> 0.2.0"
],
"TransitionPatch": [
"~> 1.0.0"
]
}
}