[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 1 / b / 2 / CGALKit_Pods / 0.0.0 / CGALKit_Pods.podspec.json
blob9137cc70f112ad150c3f5c804d73f4373e915086
2   "name": "CGALKit_Pods",
3   "version": "0.0.0",
4   "summary": "CGALKit is a Swift framework that integrates CGAL algorithms.",
5   "description": "CGALKit is a Swift framework that integrates powerful computational geometry algorithms of the C++ library CGAL (Computational Geometry Algorithms Library) with Swift. The framework allows users to compute the convex hull and volume of a set of 3D points, using the implementation of CGAL.",
6   "homepage": "https://github.com/kathalie/cgal-kit-ios-pods",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kathryn Verkhohliad": "verkhogliadkate@gmail.com"
13   },
14   "swift_versions": [
15     "5.0"
16   ],
17   "platforms": {
18     "ios": "12.0",
19     "osx": "12.0"
20   },
21   "source": {
22     "git": "https://github.com/kathalie/cgal-kit-ios-pods.git",
23     "tag": "0.0.0"
24   },
25   "source_files": "CGALKit_Pods/Sources/**/*.{h,cpp,hpp,swift}",
26   "pod_target_xcconfig": {
27     "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
28     "CLANG_CXX_LIBRARY": "libc++",
29     "CLANG_ENABLE_MODULES": "YES"
30   },
31   "xcconfig": {
32     "HEADER_SEARCH_PATHS": "/usr/local/include /opt/homebrewl/include /opt/homebrew/opt/boost/include /opt/homebrew/opt/cgal/include",
33     "LIBRARY_SEARCH_PATHS": "/usr/local/lib /opt/homebrew/lib /opt/homebrew/opt/boost/lib /opt/homebrew/opt/cgal/lib",
34     "SWIFT_OBJC_INTEROP_MODE": "objcxx",
35     "SWIFT_FLAGS": "-Xfrontend -enable-cxx-interop"
36   },
37   "public_header_files": [
38     "CGALKit_Pods/Sources/CGALKit/CGALKit.h",
39     "CGALKit_Pods/Sources/CGALKit/CxxConvexHull.hpp"
40   ],
41   "swift_version": "5.0"