4 "summary": "A lightweight, high performance geometry library for Objective-C",
5 "homepage": "https://github.com/tonystone/geofeatures",
6 "license": "Apache License, Version 2.0",
7 "authors": "Tony Stone",
9 "git": "https://github.com/tonystone/geofeatures.git",
17 "module_map": "GeoFeatures.modulemap",
18 "source_files": "GeoFeatures/**/*.{mm,m,hpp,h}",
19 "public_header_files": "GeoFeatures/*.h",
20 "private_header_files": "GeoFeatures/internal/**/*.{hpp,h}",
25 "frameworks": "MapKit",
26 "pod_target_xcconfig": {
27 "GCC_C_LANGUAGE_STANDARD": "c11",
28 "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
29 "CLANG_CXX_LIBRARY": "libc++",
30 "OTHER_LDFLAGS": "-lc++",
31 "OTHER_CFLAGS": "-D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0",
32 "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_TARGET_SRCROOT)/boost\""