4 "summary": "A full featured, lightweight, high performance geometry library for Objective-C",
5 "homepage": "http://tonystone.github.io/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",
18 "source_files": "Pod/*",
19 "public_header_files": "Pod/*.h",
20 "preserve_paths": "LICENSE",
21 "frameworks": "MapKit",
23 "GCC_C_LANGUAGE_STANDARD": "c11",
24 "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
25 "CLANG_CXX_LIBRARY": "libc++",
26 "OTHER_LDFLAGS": "-lc++",
27 "OTHER_CFLAGS": "-D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0"
35 "header_mappings_dir": "Pod/Internal/boost",
36 "source_files": "Pod/Internal/boost/boost/**/*.{h,hpp,ipp}",
37 "public_header_files": "Pod/Internal/boost/boost/**/*.{h,hpp}",
38 "preserve_paths": "Pod/Internal/boost/LICENSE_1_0.txt"
43 "GeoFeatures/Internal/boost": [
47 "header_mappings_dir": "Pod/Internal/detail",
49 "Pod/Internal/detail/*",
50 "Pod/Internal/detail/geofeatures/**/*"