4 "summary": "A lightweight, high performance geometry library for Objective-C",
5 "homepage": "https://github.com/tonystone/geofeatures",
6 "documentation_url": "http://tonystone.github.io/geofeatures",
7 "license": "Apache License, Version 2.0",
8 "authors": "Tony Stone",
10 "git": "https://github.com/tonystone/geofeatures.git",
17 "source_files": "GeoFeatures/*",
18 "public_header_files": "GeoFeatures/*.h",
19 "preserve_paths": "LICENSE",
20 "frameworks": "MapKit",
22 "GCC_C_LANGUAGE_STANDARD": "c11",
23 "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
24 "CLANG_CXX_LIBRARY": "libc++",
25 "OTHER_LDFLAGS": "-lc++",
26 "OTHER_CFLAGS": "-D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0"
34 "header_mappings_dir": "GeoFeatures/Internal/boost",
35 "source_files": "GeoFeatures/Internal/boost/boost/**/*.{h,hpp,ipp}",
36 "public_header_files": "GeoFeatures/Internal/boost/boost/**/*.{h,hpp}",
37 "preserve_paths": "GeoFeatures/Internal/boost/LICENSE_1_0.txt"
42 "GeoFeatures/Internal/boost": [
46 "header_mappings_dir": "GeoFeatures/Internal/detail",
48 "GeoFeatures/Internal/detail/*",
49 "GeoFeatures/Internal/detail/geofeatures/**/*"