[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / c / GeoFeatures / 1.0.1 / GeoFeatures.podspec.json
blob0746e04d6a2c72491adefa670a3c92dbebde67df
2   "name": "GeoFeatures",
3   "version": "1.0.1",
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.1"
12   },
13   "platforms": {
14     "ios": "6.0",
15     "osx": "10.8"
16   },
17   "requires_arc": true,
18   "source_files": "GeoFeatures/*",
19   "public_header_files": "GeoFeatures/*.h",
20   "preserve_paths": "LICENSE",
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   },
29   "subspecs": [
30     {
31       "name": "Internal",
32       "subspecs": [
33         {
34           "name": "boost",
35           "header_mappings_dir": "GeoFeatures/Internal/boost",
36           "source_files": "GeoFeatures/Internal/boost/boost/**/*.{h,hpp,ipp}",
37           "public_header_files": "GeoFeatures/Internal/boost/boost/**/*.{h,hpp}",
38           "preserve_paths": "GeoFeatures/Internal/boost/LICENSE_1_0.txt"
39         },
40         {
41           "name": "detail",
42           "dependencies": {
43             "GeoFeatures/Internal/boost": [
45             ]
46           },
47           "header_mappings_dir": "GeoFeatures/Internal/detail",
48           "source_files": [
49             "GeoFeatures/Internal/detail/*",
50             "GeoFeatures/Internal/detail/geofeatures/**/*"
51           ]
52         }
53       ]
54     }
55   ]