blob: 9dc7ccf849fb9b741f3aa17eab952f303c0beefd [file] [log] [blame]
{
"name": "ImageEditor",
"version": "1.0.1",
"summary": "图片编辑器.",
"description": "图片编辑器.",
"homepage": "https://github.com/cctvbtv123456/ImageEditor",
"screenshots": "https://s31.aconvert.com/convert/p3r68-cdx67/vda14-twgc0.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"王智鹏": "1272524311@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/cctvbtv123456/ImageEditor.git",
"tag": "1.0.1"
},
"source_files": [
"Classes",
"ImageEditor/ImageEditor/**/*.{h,m}"
],
"prefix_header_contents": "#import <Masonry/Masonry.h>\n #import \"ImageEditorHeader.h\"\n#import \"UIImage+ImageEditor.h\"",
"frameworks": "UIKit",
"resource_bundles": {
"ImageEditorBunder": [
"*"
]
},
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
},
"requires_arc": true
}