[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / 9 / f / ClippingBezier / 1.0.6 / ClippingBezier.podspec.json
blob3a615cdbabcf3b22a003bea0e8206352f58559c7
2   "name": "ClippingBezier",
3   "version": "1.0.6",
4   "summary": "This library adds categories to UIBezierPath to simplify clipping a single closed UIBezierPath with another closed or unclosed UIBezierPath.",
5   "authors": {
6     "Adam Wulf": "adam.wulf@gmail.com"
7   },
8   "homepage": "https://github.com/adamwulf/ClippingBezier",
9   "license": {
10     "type": "CC BY",
11     "file": "LICENSE"
12   },
13   "source": {
14     "git": "https://github.com/adamwulf/ClippingBezier.git",
15     "tag": "1.0.6"
16   },
17   "source_files": [
18     "ClippingBezier/*.{h,m,mm,cpp,cxx,hxx,c}"
19   ],
20   "public_header_files": [
21     "ClippingBezier/UIBezierPath+*.h",
22     "ClippingBezier/DK*.h",
23     "ClippingBezier/ClippingBezier.h",
24     "ClippingBezier/MMBackwardCompatible.h"
25   ],
26   "platforms": {
27     "ios": "8.0"
28   },
29   "frameworks": "Foundation",
30   "dependencies": {
31     "PerformanceBezier": [
32       "~> 1.0.6"
33     ]
34   }