[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / c / 8 / Turf / 0.1.1 / Turf.podspec.json
blob5836b00860fae61680d3c3c8907439164bbe9b07
2   "name": "Turf",
3   "version": "0.1.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": "8.0",
17     "osx": "10.10",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source": {
22     "git": "https://github.com/mapbox/turf-swift.git",
23     "tag": "v0.1.1"
24   },
25   "source_files": "Sources/**/*",
26   "requires_arc": true,
27   "module_name": "Turf",
28   "frameworks": "CoreLocation"