blob: 507db49b630f777025d2d44ad77625823841206c [file] [log] [blame]
{
"name": "ZMJImageEditor",
"version": "0.1.6",
"summary": "ZMJImageEditor 是一个和微信一样图片编辑的组件,功能强大,极易集成,支持绘制、文字、旋转、剪裁、贴图等功能",
"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.1.6"
},
"platforms": {
"ios": "7.0"
},
"source_files": "ZMJImageEditor/Classes/**/*",
"resources": [
"ZMJImageEditor/Assets/*.png",
"ZMJImageEditor/Assets/*.{xib,storyboard}",
"ZMJImageEditor/Assets/*.{pdf,xcassets}"
],
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"YYCategories": [
"~> 1.0.4"
],
"Masonry": [
"~> 1.0.1"
]
}
}