[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / c / GeoFeatures / 1.3.0 / GeoFeatures.podspec.json
bloba9fa81b555b8a9b1ddbcdf56608d42487b674715
2   "name": "GeoFeatures",
3   "version": "1.3.0",
4   "summary": "A lightweight, high performance geometry library for Objective-C",
5   "homepage": "https://github.com/tonystone/geofeatures",
6   "license": "Apache License, Version 2.0",
7   "authors": "Tony Stone",
8   "source": {
9     "git": "https://github.com/tonystone/geofeatures.git",
10     "tag": "1.3.0"
11   },
12   "platforms": {
13     "ios": "6.0"
14   },
15   "requires_arc": true,
16   "public_header_files": "GeoFeatures/*.h",
17   "header_mappings_dir": "GeoFeatures",
18   "source_files": "GeoFeatures/**/*",
19   "preserve_paths": "LICENSE_BOOST_1_0",
20   "exclude_files": "GeoFeatures/**/*.pl",
21   "frameworks": "MapKit",
22   "xcconfig": {
23     "GCC_C_LANGUAGE_STANDARD": "c11",
24     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
25     "CLANG_CXX_LIBRARY": "libc++",
26     "OTHER_LDFLAGS": "-lc++",
27     "OTHER_CFLAGS": "-D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0"
28   }