blob: 62759023af1b90e88d2b7db3e2f9e320235778b9 [file] [log] [blame]
{
"name": "mgrs",
"version": "0.1.0",
"summary": "lat/lon to mgrs conversion library",
"description": "Library to convert from lat/lon to MGRS",
"homepage": "https://github.com/tracyharton/mgrs",
"license": "MIT",
"authors": {
"Tracy Harton": "tracy@amphibioustech.com"
},
"source": {
"git": "https://github.com/tracyharton/mgrs.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"mgrs": [
"Pod/Assets/*.png"
]
}
}