blob: ca513f478df84530bdaf80b6c90d84d6c1e6b93c [file] [log] [blame]
{
"name": "MCClipImage",
"version": "1.0.3",
"summary": "图片的处理,自定义裁剪比例,图片旋转,裁剪圆形图片",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/mancongiOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MC": "13761066392@163.com"
},
"source": {
"git": "https://github.com/mancongiOS/MCClipImage.git",
"tag": "1.0.3"
},
"swift_versions": "4.2",
"platforms": {
"ios": "8.0"
},
"resource_bundles": {
"MCClipImageBundle": [
"MCClipImage/Assets/*.png"
]
},
"swift_version": "4.2",
"subspecs": [
{
"name": "MCClipImage",
"source_files": "MCClipImage/Classes/MCClipImage/*.swift"
},
{
"name": "MCPickerImageHelper",
"source_files": "MCClipImage/Classes/PickerImageHelper/*.swift"
}
]
}