blob: b3a0386252e90d72ca8006eb4c11677ac76848ef [file] [log] [blame]
{
"name": "ObjCGeoHash",
"version": "0.0.1",
"summary": "Objective C library to make using [geohash](https://en.wikipedia.org/wiki/Geohash) easier",
"description": "Objective C library to make using [geohash](https://en.wikipedia.org/wiki/Geohash) easier on iOS and macOS",
"homepage": "https://github.com/tagyro/ObjCGeoHash",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lyo Kato": "lyo.kato@gmail.com"
},
"source": {
"git": "https://github.com/tagyro/ObjCGeoHash.git",
"tag": "0.0.1"
},
"source_files": "Classes/ARC/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}