[Add] AnyThinkChartboostSDKAdapter 6.4.12
[CocoaPods.git] / Specs / a / f / 7 / ZFHaversine / 0.3 / ZFHaversine.podspec.json
blob3e986099b44ab154b84bc11bc25498955c95be22
2   "name": "ZFHaversine",
3   "version": "0.3",
4   "summary": "Objective-C implementation of the Haversine formula & Spherical Law of Cosines used to find the distance between two GPS coordinates.",
5   "homepage": "https://github.com/flightblog/ZFHaversine",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Steve Foster": "foster@flightblog.org"
12   },
13   "source": {
14     "git": "https://github.com/flightblog/ZFHaversine.git",
15     "tag": "0.3"
16   },
17   "platforms": {
18     "ios": null
19   },
20   "source_files": "ZFHaversine/*",
21   "requires_arc": true