[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 8 / 9 / SRTM / 0.1.0 / SRTM.podspec.json
blob6b420cc2ea7b1c9c36f9e8075d60bdd57e4529fe
2   "name": "SRTM",
3   "version": "0.1.0",
4   "summary": "Objective-C library for reading NASA SRTM elevations files",
5   "description": "Objective-C library for reading NASA SRTM elevations files\nCLLocationDistance elevation = [[SRTM sharedSingleton] elevationForCoordinate:location];",
6   "homepage": "https://github.com/tracyharton/SRTM",
7   "license": "MIT",
8   "authors": {
9     "Tracy Harton": "tracy@amphibioustech.com"
10   },
11   "source": {
12     "git": "https://github.com/tracyharton/SRTM.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": false,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SRTM": [
22       "Pod/Assets/*.png"
23     ]
24   }