blob: 0dfddfd1f6de4b3d06a19cfb3a6af9e32ae626a5 [file] [log] [blame]
{
"name": "ZVDynamicClipImage",
"version": "0.0.2",
"summary": "动态区域裁剪图片的iOS库",
"homepage": "https://github.com/xnxy/ZVDynamicClipImage.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"拿根针尖对麦芒": "1661583063@qq.com"
},
"social_media_url": "https://xnxy.github.io",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xnxy/ZVDynamicClipImage.git",
"tag": "0.0.2"
},
"source_files": "ZVDynamicClipImage/ZVDynamicClipImage/ZVDynamicClipImage.h",
"subspecs": [
{
"name": "Private",
"source_files": "ZVDynamicClipImage/ZVDynamicClipImage/Private/*"
},
{
"name": "Public",
"source_files": "ZVDynamicClipImage/ZVDynamicClipImage/Public/*",
"dependencies": {
"ZVDynamicClipImage/Private": [
]
}
}
]
}