[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / c / GeoFeatures / 1.0.2 / GeoFeatures.podspec.json
blobdacd2ebdb91e147479b17a8cc89903d9c4086a99
2   "name": "GeoFeatures",
3   "version": "1.0.2",
4   "summary": "A lightweight, high performance geometry library for Objective-C",
5   "homepage": "https://github.com/tonystone/geofeatures",
6   "documentation_url": "http://tonystone.github.io/geofeatures",
7   "license": "Apache License, Version 2.0",
8   "authors": "Tony Stone",
9   "source": {
10     "git": "https://github.com/tonystone/geofeatures.git",
11     "tag": "1.0.2"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "requires_arc": true,
17   "source_files": "GeoFeatures/*",
18   "public_header_files": "GeoFeatures/*.h",
19   "preserve_paths": "LICENSE",
20   "frameworks": "MapKit",
21   "xcconfig": {
22     "GCC_C_LANGUAGE_STANDARD": "c11",
23     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
24     "CLANG_CXX_LIBRARY": "libc++",
25     "OTHER_LDFLAGS": "-lc++",
26     "OTHER_CFLAGS": "-D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0"
27   },
28   "subspecs": [
29     {
30       "name": "Internal",
31       "subspecs": [
32         {
33           "name": "boost",
34           "header_mappings_dir": "GeoFeatures/Internal/boost",
35           "source_files": "GeoFeatures/Internal/boost/boost/**/*.{h,hpp,ipp}",
36           "public_header_files": "GeoFeatures/Internal/boost/boost/**/*.{h,hpp}",
37           "preserve_paths": "GeoFeatures/Internal/boost/LICENSE_1_0.txt"
38         },
39         {
40           "name": "detail",
41           "dependencies": {
42             "GeoFeatures/Internal/boost": [
44             ]
45           },
46           "header_mappings_dir": "GeoFeatures/Internal/detail",
47           "source_files": [
48             "GeoFeatures/Internal/detail/*",
49             "GeoFeatures/Internal/detail/geofeatures/**/*"
50           ]
51         }
52       ]
53     }
54   ]