[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 5 / 9 / f / ClippingBezier / 1.2.2 / ClippingBezier.podspec.json
blob87be0bb16c7e2ea2b3b8e3f95d862914c84b6fc1
2   "name": "ClippingBezier",
3   "version": "1.2.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.2.2"
16   },
17   "source_files": [
18     "ClippingBezier/*.{h,m,mm,cpp,cxx,hxx,c}",
19     "ClippingBezier/PublicHeaders/*.{h,m,mm,cpp,cxx,hxx,c}"
20   ],
21   "public_header_files": [
22     "ClippingBezier/PublicHeaders/*.h"
23   ],
24   "platforms": {
25     "ios": "12.0"
26   },
27   "frameworks": "Foundation",
28   "dependencies": {
29     "PerformanceBezier": [
30       "~> 1.3"
31     ]
32   },
33   "xcconfig": {
34     "DEFINES_MODULE": "YES",
35     "OTHER_CPLUSPLUSFLAGS": "$(OTHER_CFLAGS) -fmodules -fcxx-modules"
36   }