blob: d396a301aa66002dc30d7bbe91ae386750b1b44f [file] [log] [blame]
{
"name": "KiteImageEditor",
"version": "1.0.0",
"summary": "A simple editor that allows panning and rotating and image within a container",
"description": "A simple editor that allows panning and rotating and image to fit a container. The editor also guarantees not white space left after the image is panned around.",
"license": "MIT",
"platforms": {
"ios": "10.0"
},
"authors": {
"Jaime Landazuri": "jlandazuri42@gmail.com"
},
"homepage": "https://www.kite.ly",
"source": {
"git": "https://github.com/OceanLabs/KiteImageEditor-iOS.git",
"tag": "1.0.0"
},
"source_files": [
"KiteImageEditor/**/*.swift"
],
"swift_version": "4.2",
"resource_bundles": {
"KiteImageEditorResources": [
"KiteImageEditor/KiteImageEditor.storyboard",
"KiteImageEditor/Resources/Assets.xcassets"
]
},
"module_name": "KiteImageEditor"
}