blob: b93e8b1743c0e195b161a8b2506ef85aabd7cf06 [file] [log] [blame]
{
"name": "GeoFeatures",
"version": "1.2.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.2.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"public_header_files": "GeoFeatures/*.h",
"header_mappings_dir": "GeoFeatures",
"source_files": "GeoFeatures/**/*",
"preserve_paths": [
"GeoFeatures/**/*",
"LICENSE_BOOST_1_0"
],
"exclude_files": "GeoFeatures/**/*.pl",
"frameworks": "MapKit",
"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"
}
}