blob: 6b420cc2ea7b1c9c36f9e8075d60bdd57e4529fe [file] [log] [blame]
{
"name": "SRTM",
"version": "0.1.0",
"summary": "Objective-C library for reading NASA SRTM elevations files",
"description": "Objective-C library for reading NASA SRTM elevations files\nCLLocationDistance elevation = [[SRTM sharedSingleton] elevationForCoordinate:location];",
"homepage": "https://github.com/tracyharton/SRTM",
"license": "MIT",
"authors": {
"Tracy Harton": "tracy@amphibioustech.com"
},
"source": {
"git": "https://github.com/tracyharton/SRTM.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": false,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SRTM": [
"Pod/Assets/*.png"
]
}
}