[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 0 / 9 / 1 / libkml / 1.2 / libkml.podspec.json
blobda5a2a3499e7a364e203a63a3dfe6679091984d6
2   "name": "libkml",
3   "version": "1.2",
4   "summary": "a KML library written in C++.",
5   "homepage": "http://code.google.com/p/libkml",
6   "license": {
7     "type": "MIT",
8     "file": "COPYING"
9   },
10   "authors": "Google Inc.",
11   "source": {
12     "svn": "http://libkml.googlecode.com/svn",
13     "tag": "release-1.2"
14   },
15   "compiler_flags": "-Dunix",
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "source_files": [
21     "src/kml/**/*.{h,cc}",
22     "third_party/boost_1_34_1/**/*.hpp",
23     "third_party/zlib-1.2.3/**/*.{c,h}"
24   ],
25   "exclude_files": [
26     "**/*_test*",
27     "**/*win32*"
28   ],
29   "dependencies": {
30     "expat": [
32     ],
33     "uriparser": [
35     ]
36   },
37   "xcconfig": {
38     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/libkml/src $(PODS_ROOT)/libkml/third_party/boost_1_34_1 $(PODS_ROOT)/libkml/third_party/zlib-1.2.3 $(PODS_ROOT)/libkml/third_party/zlib-1.2.3/contrib"
39   },
40   "requires_arc": false