blob: 4ca957e770f405a9d014a3e5b6b351121aab0f27 [file] [log] [blame]
{
"name": "GeoFeatures",
"version": "1.1.0",
"summary": "A lightweight, high performance geometry library for Objective-C",
"homepage": "https://github.com/tonystone/geofeatures",
"documentation_url": "http://tonystone.github.io/geofeatures",
"license": "Apache License, Version 2.0",
"authors": "Tony Stone",
"source": {
"git": "https://github.com/tonystone/geofeatures.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "GeoFeatures/*",
"public_header_files": "GeoFeatures/*.h",
"preserve_paths": "LICENSE",
"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"
},
"subspecs": [
{
"name": "Internal",
"subspecs": [
{
"name": "boost",
"header_mappings_dir": "GeoFeatures/Internal/boost",
"source_files": "GeoFeatures/Internal/boost/boost/**/*.{h,hpp,ipp}",
"public_header_files": "GeoFeatures/Internal/boost/boost/**/*.{h,hpp}",
"preserve_paths": "GeoFeatures/Internal/boost/LICENSE_1_0.txt"
},
{
"name": "detail",
"dependencies": {
"GeoFeatures/Internal/boost": [
]
},
"header_mappings_dir": "GeoFeatures/Internal/detail",
"source_files": [
"GeoFeatures/Internal/detail/*",
"GeoFeatures/Internal/detail/geofeatures/**/*"
]
}
]
}
]
}