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