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 "public_header_files": "GeoFeatures/*.h",
18 "private_header_files": "GeoFeatures/internal/**/*.{hpp,h}",
19 "source_files": "GeoFeatures/**/*",
20 "preserve_paths": "LICENSE_BOOST_1_0",
22 "GeoFeatures/**/*.pl",
23 "GeoFeatures/internal/boost/test/**/*",
24 "GeoFeatures/internal/boost/mpl/aux_/preprocessed/bcc/**/*",
25 "GeoFeatures/internal/boost/mpl/aux_/preprocessed/bcc551/**/*",
26 "GeoFeatures/internal/boost/mpl/aux_/preprocessed/bcc_pre590/**/*",
27 "GeoFeatures/internal/boost/mpl/aux_/preprocessed/dmc/**/*",
28 "GeoFeatures/internal/boost/mpl/aux_/preprocessed/msvc60/**/*",
29 "GeoFeatures/internal/boost/mpl/aux_/preprocessed/msvc70/**/*",
30 "GeoFeatures/internal/boost/mpl/aux_/preprocessed/mwcw/**/*",
31 "GeoFeatures/internal/boost/mpl/aux_/preprocessed/np_ctps/**/*",
32 "GeoFeatures/internal/boost/mpl/aux_/preprocessed/no_ttp/**/*",
33 "GeoFeatures/internal/boost/mpl/aux_/preprocessed/plain/**/*",
34 "GeoFeatures/internal/boost/mpl/vector/aux_/preprocessed/plain/**/*",
35 "GeoFeatures/internal/boost/mpl/vector/aux_/preprocessed/no_ctps/**/*",
36 "GeoFeatures/internal/boost/parameter/aux_/preprocessed/**/*",
37 "GeoFeatures/internal/boost/fusion/container/deque/detail/cpp03/preprocessed/**/*",
38 "GeoFeatures/internal/boost/fusion/container/list/detail/cpp03/preprocessed/**/*",
39 "GeoFeatures/internal/boost/fusion/container/map/detail/cpp03/preprocessed/**/*",
40 "GeoFeatures/internal/boost/fusion/container/set/detail/cpp03/preprocessed/**/*",
41 "GeoFeatures/internal/boost/fusion/container/vector/detail/cpp03/preprocessed/**/*"
43 "frameworks": "MapKit",
44 "pod_target_xcconfig": {
45 "GCC_C_LANGUAGE_STANDARD": "c11",
46 "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
47 "CLANG_CXX_LIBRARY": "libc++",
48 "OTHER_LDFLAGS": "-lc++",
49 "OTHER_CFLAGS": "-D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0",
50 "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/GeoFeatures/GeoFeatures/internal\" \"$(PODS_ROOT)/../../GeoFeatures/internal\""