blob: e014898d20408f9bd82e6c47879c94a435a03e7a [file] [log] [blame]
{
"name": "Pelias",
"version": "0.4.0",
"summary": "A distributed full-text geographic search engine. An open source project sponsored by Mapzen.",
"homepage": "https://github.com/pelias/pelias-ios-sdk",
"social_media_url": "https://twitter.com/mapzen",
"authors": {
"Matt Smollinger": "m.smollinger@gmail.com"
},
"source": {
"git": "https://github.com/pelias/pelias-ios-sdk.git",
"tag": "v0.4.0"
},
"license": "Apache License, Version 2.0",
"requires_arc": true,
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "src/*.swift"
},
{
"name": "MapKitExtras",
"source_files": "extras/convenience/MapkitExtensions.swift",
"frameworks": [
"MapKit",
"CoreLocation"
],
"dependencies": {
"Pelias/Core": [
]
}
},
{
"name": "ObjectiveCompat",
"source_files": "extras/objc-compat/ObjectiveCompatibility.swift",
"dependencies": {
"Pelias/Core": [
]
}
}
]
}