[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / c / GeoFeatures / 1.8.0 / GeoFeatures.podspec.json
blob0512329069d66957137c7c58024ae3c470f9553a
2   "name": "GeoFeatures",
3   "version": "1.8.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.8.0"
11   },
12   "documentation_url": "http://tonystone.github.io/geofeatures",
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.10"
16   },
17   "requires_arc": true,
18   "module_map": "GeoFeatures.modulemap",
19   "source_files": "GeoFeatures/**/*.{mm,m,hpp,h}",
20   "public_header_files": "GeoFeatures/*.h",
21   "private_header_files": "GeoFeatures/internal/**/*.{hpp,h}",
22   "preserve_paths": [
23     "boost/**/*.{hpp,h}",
24     "LICENSE_BOOST_1_0"
25   ],
26   "frameworks": "MapKit",
27   "pod_target_xcconfig": {
28     "GCC_C_LANGUAGE_STANDARD": "c11",
29     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
30     "CLANG_CXX_LIBRARY": "libc++",
31     "OTHER_LDFLAGS": "-lc++",
32     "OTHER_CFLAGS": "-D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0",
33     "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/boost\""
34   }