[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / c / 8 / Turf / 2.0.0-alpha.2 / Turf.podspec.json
blobedc1c636cdea5fd028069f8388fac6a83c0c86c9
2   "name": "Turf",
3   "version": "2.0.0-alpha.2",
4   "summary": "Simple spatial analysis.",
5   "description": "A spatial analysis library written in Swift for native iOS, macOS, tvOS, watchOS, and Linux applications, ported from Turf.js.",
6   "homepage": "https://github.com/mapbox/turf-swift",
7   "license": {
8     "type": "ISC",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Mapbox": "mobile@mapbox.com"
13   },
14   "social_media_url": "https://twitter.com/mapbox",
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.12",
18     "tvos": "10.0",
19     "watchos": "3.0"
20   },
21   "source": {
22     "git": "https://github.com/mapbox/turf-swift.git",
23     "tag": "v2.0.0-alpha.2"
24   },
25   "source_files": "Sources/**/*{.swift,.h}",
26   "requires_arc": true,
27   "module_name": "Turf",
28   "pod_target_xcconfig": {
29     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
30   },
31   "frameworks": "CoreLocation",
32   "swift_versions": "5.0",
33   "swift_version": "5.0"