blob: cb77343fc1797fdb7a39a16b51595f340b1e24e2 [file] [log] [blame]
{
"name": "Pelias",
"version": "1.0.1",
"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.1"
},
"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"
}
]
}