blob: 3c7424628d5b50d3a19256ba4f8aed6b09925375 [file] [log] [blame]
{
"name": "ZVDynamicClipImage",
"version": "0.0.1",
"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.1"
},
"source_files": "ZVDynamicClipImage/ZVDynamicClipImage/ZVDynamicClipImage.h",
"subspecs": [
{
"name": "Private",
"source_files": "ZVDynamicClipImage/ZVDynamicClipImage/Private/*"
},
{
"name": "Public",
"source_files": "ZVDynamicClipImage/ZVDynamicClipImage/Public/*",
"dependencies": {
"ZVDynamicClipImage/Private": [
]
}
}
]
}