blob: 0512329069d66957137c7c58024ae3c470f9553a [file] [log] [blame]
{
"name": "GeoFeatures",
"version": "1.8.0",
"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.8.0"
},
"documentation_url": "http://tonystone.github.io/geofeatures",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"module_map": "GeoFeatures.modulemap",
"source_files": "GeoFeatures/**/*.{mm,m,hpp,h}",
"public_header_files": "GeoFeatures/*.h",
"private_header_files": "GeoFeatures/internal/**/*.{hpp,h}",
"preserve_paths": [
"boost/**/*.{hpp,h}",
"LICENSE_BOOST_1_0"
],
"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": "\"$(PODS_TARGET_SRCROOT)/boost\""
}
}