blob: 92eb29b79dc4437c582c2327f8fda5b7e48d0f6a [file] [log] [blame]
{
"name": "GeoFeatures",
"version": "1.6.3",
"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.3"
},
"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",
"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\""
}
}