[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 1 / 2 / ZVDynamicClipImage / 0.0.1 / ZVDynamicClipImage.podspec.json
blob3c7424628d5b50d3a19256ba4f8aed6b09925375
2   "name": "ZVDynamicClipImage",
3   "version": "0.0.1",
4   "summary": "动态区域裁剪图片的iOS库",
5   "homepage": "https://github.com/xnxy/ZVDynamicClipImage.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "拿根针尖对麦芒": "1661583063@qq.com"
12   },
13   "social_media_url": "https://xnxy.github.io",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/xnxy/ZVDynamicClipImage.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "ZVDynamicClipImage/ZVDynamicClipImage/ZVDynamicClipImage.h",
22   "subspecs": [
23     {
24       "name": "Private",
25       "source_files": "ZVDynamicClipImage/ZVDynamicClipImage/Private/*"
26     },
27     {
28       "name": "Public",
29       "source_files": "ZVDynamicClipImage/ZVDynamicClipImage/Public/*",
30       "dependencies": {
31         "ZVDynamicClipImage/Private": [
33         ]
34       }
35     }
36   ]