2 "name": "CGALKit_Pods",
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",
12 "Kathryn Verkhohliad": "verkhogliadkate@gmail.com"
22 "git": "https://github.com/kathalie/cgal-kit-ios-pods.git",
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"
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"
37 "public_header_files": [
38 "CGALKit_Pods/Sources/CGALKit/CGALKit.h",
39 "CGALKit_Pods/Sources/CGALKit/CxxConvexHull.hpp"
41 "swift_version": "5.0"