blob: abe58966d12933c6d6cd9fffeaca2abd510dc5c2 [file] [log] [blame]
{
"name": "GeoFeatures",
"version": "1.6.4",
"summary": "A lightweight, high performance geometry library for Objective-C",
"homepage": "https://github.com/tonystone/geofeatures",
"license": "Apache License, Version 2.0",
"authors": "Tony Stone",
"source": {
"git": "https://github.com/tonystone/geofeatures.git",
"tag": "1.6.4"
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"requires_arc": true,
"public_header_files": "GeoFeatures/*.h",
"private_header_files": "GeoFeatures/internal/**/*.{hpp,h}",
"source_files": "GeoFeatures/**/*",
"preserve_paths": "LICENSE_BOOST_1_0",
"exclude_files": [
"GeoFeatures/**/*.pl",
"GeoFeatures/internal/boost/test/**/*",
"GeoFeatures/internal/boost/mpl/aux_/preprocessed/bcc/**/*",
"GeoFeatures/internal/boost/mpl/aux_/preprocessed/bcc551/**/*",
"GeoFeatures/internal/boost/mpl/aux_/preprocessed/bcc_pre590/**/*",
"GeoFeatures/internal/boost/mpl/aux_/preprocessed/dmc/**/*",
"GeoFeatures/internal/boost/mpl/aux_/preprocessed/msvc60/**/*",
"GeoFeatures/internal/boost/mpl/aux_/preprocessed/msvc70/**/*",
"GeoFeatures/internal/boost/mpl/aux_/preprocessed/mwcw/**/*",
"GeoFeatures/internal/boost/mpl/aux_/preprocessed/np_ctps/**/*",
"GeoFeatures/internal/boost/mpl/aux_/preprocessed/no_ttp/**/*",
"GeoFeatures/internal/boost/mpl/aux_/preprocessed/plain/**/*",
"GeoFeatures/internal/boost/mpl/vector/aux_/preprocessed/plain/**/*",
"GeoFeatures/internal/boost/mpl/vector/aux_/preprocessed/no_ctps/**/*",
"GeoFeatures/internal/boost/parameter/aux_/preprocessed/**/*",
"GeoFeatures/internal/boost/fusion/container/deque/detail/cpp03/preprocessed/**/*",
"GeoFeatures/internal/boost/fusion/container/list/detail/cpp03/preprocessed/**/*",
"GeoFeatures/internal/boost/fusion/container/map/detail/cpp03/preprocessed/**/*",
"GeoFeatures/internal/boost/fusion/container/set/detail/cpp03/preprocessed/**/*",
"GeoFeatures/internal/boost/fusion/container/vector/detail/cpp03/preprocessed/**/*"
],
"frameworks": "MapKit",
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c11",
"CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
"CLANG_CXX_LIBRARY": "libc++",
"OTHER_LDFLAGS": "-lc++",
"OTHER_CFLAGS": "-D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0",
"HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/GeoFeatures/GeoFeatures/internal\" \"$(PODS_ROOT)/../../GeoFeatures/internal\""
}
}