blob: 1bf13913a4886aa7d318d980a0f4e00f155340f1 [file] [log] [blame]
{
"name": "Pelias",
"version": "1.0.0-beta4",
"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": "v1.0.0-beta4"
},
"license": "Apache License, Version 2.0",
"requires_arc": true,
"platforms": {
"ios": "9.3",
"osx": "10.11"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "src/*.swift"
}
]
}