[Add] MamoGiftCustom 1.0.7
[CocoaPods.git] / Specs / d / 7 / 1 / Simple-KML / 0.1.0 / Simple-KML.podspec.json
blobcc7fb4a30083c07a355bc52374476b5c5542495b
2   "name": "Simple-KML",
3   "version": "0.1.0",
4   "summary": "Simple KML is a simple & lightweight parsing library for KML written in Objective-C for the iOS platform.",
5   "homepage": "https://github.com/mapbox/Simple-KML",
6   "license": "Code Sorcery Workshop, LLC and Development Seed, Inc.",
7   "authors": {
8     "MapBox": "ios@mapbox.com"
9   },
10   "source": {
11     "git": "https://github.com/mapbox/Simple-KML.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "source/*.{h,m}",
18   "requires_arc": true,
19   "frameworks": "UIKit",
20   "libraries": "xml2",
21   "xcconfig": {
22     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
23   },
24   "dependencies": {
25     "TouchXML": [
27     ],
28     "objective-zip": [
29       "0.0.1"
30     ]
31   }