[Add] CZarSDK 1.1.12
[CocoaPods.git] / Specs / 3 / 2 / 1 / ObjCGeoHash / 0.0.1 / ObjCGeoHash.podspec.json
blobb3a0386252e90d72ca8006eb4c11677ac76848ef
2   "name": "ObjCGeoHash",
3   "version": "0.0.1",
4   "summary": "Objective C library to make using [geohash](https://en.wikipedia.org/wiki/Geohash) easier",
5   "description": "Objective C library to make using [geohash](https://en.wikipedia.org/wiki/Geohash) easier on iOS and macOS",
6   "homepage": "https://github.com/tagyro/ObjCGeoHash",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lyo Kato": "lyo.kato@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tagyro/ObjCGeoHash.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "Classes/ARC/*.{h,m}",
19   "exclude_files": "Classes/Exclude",
20   "requires_arc": true,
21   "platforms": {
22     "osx": null,
23     "ios": null,
24     "tvos": null,
25     "watchos": null
26   }