blob: 1b4a30503414f0cab82a326ac2ee2ba4942b2664 [file] [log] [blame]
{
"name": "Pelias",
"version": "1.0.2",
"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.2"
},
"license": "Apache License, Version 2.0",
"requires_arc": true,
"platforms": {
"ios": "9.3",
"osx": "10.11"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/*.swift"
}
]
}