blob: 1bb5647386dd544646e88d46fd5edf347257f469 [file] [log] [blame]
{
"name": "YandexGeocoder",
"version": "0.0.1",
"summary": "Use Yandex Geocoding API for forward and reversed geocoding.",
"homepage": "https://github.com/exister/YandexGeocoder",
"license": "MIT",
"authors": {
"Mikhail Kuznetsov": "strelok.ru@gmail.com"
},
"source": {
"git": "https://github.com/exister/YandexGeocoder.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true,
"weak_frameworks": "CoreLocation",
"dependencies": {
"AFNetworking": [
"~> 1.1.0"
]
}
}