[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / 9 / f / ClippingBezier / 1.0.2 / ClippingBezier.podspec.json
bloba8620e9cfe96f3a69f2c27cc0c992bb8856be2d2
2   "name": "ClippingBezier",
3   "version": "1.0.2",
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.2"
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": [
33     ]
34   }