[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / c / GeoFeatures / 1.6.3 / GeoFeatures.podspec.json
blob92eb29b79dc4437c582c2327f8fda5b7e48d0f6a
2   "name": "GeoFeatures",
3   "version": "1.6.3",
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.6.3"
11   },
12   "platforms": {
13     "ios": "6.0",
14     "osx": "10.7"
15   },
16   "requires_arc": true,
17   "public_header_files": "GeoFeatures/*.h",
18   "private_header_files": "GeoFeatures/internal/**/*.{hpp,h}",
19   "source_files": "GeoFeatures/**/*",
20   "preserve_paths": "LICENSE_BOOST_1_0",
21   "exclude_files": "GeoFeatures/**/*.pl",
22   "frameworks": "MapKit",
23   "pod_target_xcconfig": {
24     "GCC_C_LANGUAGE_STANDARD": "c11",
25     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
26     "CLANG_CXX_LIBRARY": "libc++",
27     "OTHER_LDFLAGS": "-lc++",
28     "OTHER_CFLAGS": "-D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0",
29     "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/GeoFeatures/GeoFeatures/internal\" \"$(PODS_ROOT)/../../GeoFeatures/internal\""
30   }