blob: bffb8a1a5fc49ad50c1b73bdb7f8651c0cde0d12 [file] [log] [blame]
{
"name": "GreatCircle",
"version": "1.0.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/softwarenerd/GreatCircle",
"authors": {
"Brian Lambert": "brianlambert@gmail.com"
},
"summary": "iOS framework that provides a set of Geodesy extensions to the CLLocation class.",
"source": {
"git": "https://github.com/softwarenerd/GreatCircle.git",
"tag": "v1.0.0"
},
"source_files": "GreatCircle/CLLocation+GreatCircleExtensions.{h,m}",
"frameworks": "CoreLocation",
"requires_arc": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}