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",
12 "documentation_url": "http://tonystone.github.io/geofeatures",
18 "module_map": "GeoFeatures.modulemap",
19 "source_files": "GeoFeatures/**/*.{mm,m,hpp,h}",
20 "public_header_files": "GeoFeatures/*.h",
21 "private_header_files": "GeoFeatures/internal/**/*.{hpp,h}",
26 "frameworks": "MapKit",
27 "pod_target_xcconfig": {
28 "GCC_C_LANGUAGE_STANDARD": "c11",
29 "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
30 "CLANG_CXX_LIBRARY": "libc++",
31 "OTHER_LDFLAGS": "-lc++",
32 "OTHER_CFLAGS": "-D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0",
33 "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/boost\""