[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / c / 8 / Turf / 2.0.0-beta.1 / Turf.podspec.json
blob4e3fbef7762731288b36c462cca37f1f3c11f61c
2   "name": "Turf",
3   "version": "2.0.0-beta.1",
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-beta.1"
24   },
25   "source_files": "Sources/**/*{.swift,.h}",
26   "requires_arc": true,
27   "module_name": "Turf",
28   "frameworks": "CoreLocation",
29   "swift_versions": "5.0",
30   "swift_version": "5.0"