blob: 3f6224dd83b5f38df9611ffd3d06ada71daf0997 [file] [log] [blame]
{
"name": "Turf",
"version": "0.2.0",
"summary": "Simple spatial analysis.",
"description": "A spatial analysis library written in Swift for native iOS, macOS, tvOS, watchOS, and Linux applications, ported from Turf.js.",
"homepage": "https://github.com/mapbox/turf-swift",
"license": {
"type": "ISC",
"file": "LICENSE.md"
},
"authors": {
"Mapbox": "mobile@mapbox.com"
},
"social_media_url": "https://twitter.com/mapbox",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/mapbox/turf-swift.git",
"tag": "v0.2.0"
},
"source_files": "Sources/**/*{.swift,.h}",
"requires_arc": true,
"module_name": "Turf",
"frameworks": "CoreLocation"
}