blob: 44b50b409367f1095ced830ec54b6a95b9bf6701 [file] [log] [blame]
{
"name": "ZMJImageEditor",
"version": "0.2.3",
"summary": "ZMJImageEditor is a component of image editing like WeChat, powerful and easy to integrate, and supports the functions of drawing, text, rotation, cutting, mapping and so on. (是一个和微信一样图片编辑的组件,功能强大,极易集成,支持绘制、文字、旋转、剪裁、贴图等功能)",
"homepage": "https://github.com/keshiim/ZMJImageEditor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"keshiim": "keshiim@163.com"
},
"source": {
"git": "https://github.com/keshiim/ZMJImageEditor.git",
"tag": "0.2.3"
},
"platforms": {
"ios": "7.0"
},
"source_files": "ZMJImageEditor/Classes/**/*",
"resources": [
"ZMJImageEditor/Assets/*.png",
"ZMJImageEditor/Assets/*.{xib,storyboard}",
"ZMJImageEditor/Assets/*.{pdf,xcassets}",
"ZMJImageEditor/Assets/*.{lproj}",
"ZMJImageEditor/Assets/**/*.png",
"ZMJImageEditor/Assets/**/*.{xib,storyboard}",
"ZMJImageEditor/Assets/**/*.{pdf,xcassets}",
"ZMJImageEditor/Assets/**/*.{strings}"
],
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"YYCategories": [
"~> 1.0.4"
],
"Masonry": [
"~> 1.0.1"
]
}
}