[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 3 / 1 / 6 / KMLParser / 0.6.1 / KMLParser.podspec.json
bloba9e947befd51425da3c0dbb364d44c5aab35eef6
2   "name": "KMLParser",
3   "version": "0.6.1",
4   "summary": "Swift KML parser base on the (NS)XMLParser found in Foundation",
5   "swift_versions": "5.2",
6   "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",
7   "homepage": "https://github.com/avdwerff/KMLParser",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "avdwerff": "avdwerff@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/avdwerff/KMLParser.git",
17     "tag": "0.6.1"
18   },
19   "social_media_url": "https://twitter.com/werffmeister",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "KMLParser/Classes/**/*",
24   "frameworks": [
25     "UIKit",
26     "MapKit"
27   ],
28   "swift_version": "5.2"