[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / c / 4 / PerformanceBezier / 1.3.1 / PerformanceBezier.podspec.json
blob74c7db4bd09ce4386fa98ab307b2c96881b801fa
2   "name": "PerformanceBezier",
3   "version": "1.3.1",
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/adamwulf/PerformanceBezier.git",
15     "tag": "1.3.1"
16   },
17   "source_files": [
18     "PerformanceBezier/PerformanceBezier.h",
19     "PerformanceBezier/UIBezierPath*.{h,m}",
20     "PerformanceBezier/JR*.{h,m}"
21   ],
22   "private_header_files": [
23     "PerformanceBezier/*_Private.h",
24     "PerformanceBezier/JRSwizzle.h"
25   ],
26   "public_header_files": "PerformanceBezier/*.h",
27   "platforms": {
28     "ios": "10.0"
29   },
30   "frameworks": [
31     "Foundation",
32     "UIKit"
33   ],
34   "xcconfig": {
35     "DEFINES_MODULE": "YES",
36     "OTHER_LDFLAGS": "-ObjC++ -lstdc++",
37     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
38     "CLANG_CXX_LIBRARY": "libc++"
39   }