[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 7 / 0 / ShapeKit / 0.9.6 / ShapeKit.podspec.json
blob66f410d103475134a114d61c32a416582ee24848
2   "name": "ShapeKit",
3   "version": "0.9.6",
4   "summary": "ShapeKit is a iOS/OSX library that offers an Objective-C interface to the powerful GEOS library.",
5   "description": "ShapeKit includes all the  OpenGIS Simple Features for SQL spatial predicate functions and spatial operators, as well as specific JTS enhanced topology functions.",
6   "homepage": "https://github.com/andreacremaschi/ShapeKit",
7   "license": {
8     "type": "GNU Lesser General Public License 2.1",
9     "file": "COPYING"
10   },
11   "authors": {
12     "Michael Weismann": "mweisman@gmail.com",
13     "Andrea Cremaschi": "andrea.cremaschi@midainformatica.it"
14   },
15   "source": {
16     "git": "https://github.com/andreacremaschi/ShapeKit.git",
17     "tag": "0.9.6"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "5.0"
22   },
23   "source_files": [
24     "ShapeKit/*.{m,mm,h}",
25     "proj4/*.{c,h}",
26     "geos/*.{cpp,h}"
27   ],
28   "public_header_files": "ShapeKit/*.h",
29   "dependencies": {
30     "geos": [
32     ],
33     "proj4": [
35     ]
36   },
37   "frameworks": "CoreLocation",
38   "xcconfig": {
39     "OTHER_LDFLAGS": "-ObjC -lstdc++",
40     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/geos/include ${PODS_ROOT}/geos/capi",
41     "CLANG_CXX_LIBRARY": "libstdc++"
42   }