[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 3 / 1 / 6 / KMLParser / 0.3.0 / KMLParser.podspec.json
blob19e4e6a8e4c06e7602fc7334e1e0c170c42ad1e3
2   "name": "KMLParser",
3   "version": "0.3.0",
4   "summary": "Swift KML parser base on the (NS)XMLParser found in Foundation",
5   "description": "This lib tries to simplify parsing a KML document, currently it supports the followin KML features:\n* Polygon, as well nested inner pollygons (inner boundaries of a Polygon)\n* Points",
6   "homepage": "https://github.com/avdwerff/KMLParser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "avdwerff": "avdwerff@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/avdwerff/KMLParser.git",
16     "tag": "0.3.0"
17   },
18   "social_media_url": "https://twitter.com/werffmeister",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "KMLParser/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "MapKit"
26   ],
27   "pushed_with_swift_version": "3.0"