[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / c / 4 / PerformanceBezier / 1.0.0 / PerformanceBezier.podspec.json
blobe511fb7289ecb4454c5e5158416ccd6deca663f7
2   "name": "PerformanceBezier",
3   "version": "1.0.0",
4   "summary": "A small library to dramatically speed up common operations on UIBezierPath, and also bring its functionality closer to NSBezierPath.",
5   "authors": {
6     "Adam Wulf": "adam.wulf@gmail.com"
7   },
8   "homepage": "https://github.com/adamwulf/PerformanceBezier",
9   "license": {
10     "type": "CC BY",
11     "file": "LICENSE"
12   },
13   "source": {
14     "git": "https://github.com/thaya-cameraxis/PerformanceBezier.git",
15     "tag": "1.0.0"
16   },
17   "source_files": [
18     "PerformanceBezier/PerformanceBezier.h",
19     "PerformanceBezier/UIBezierPath*.{h,m}"
20   ],
21   "private_header_files": "PerformanceBezier/*_Private.h",
22   "public_header_files": "PerformanceBezier/*.h",
23   "platforms": {
24     "ios": "8.0"
25   },
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ],
30   "dependencies": {
31     "JRSwizzle": [
33     ]
34   },
35   "requires_arc": false,
36   "xcconfig": {
37     "OTHER_LDFLAGS": "-lstdc++"
38   }