| { |
| "name": "ObjectiveWMM", |
| "version": "0.5.2", |
| "summary": "An Objective-C iOS wrapper for the World Magnetic Model 2010.", |
| "description": "ObjectiveWMM is a simple repackaging for iOS of the C-language World Magnetic\nModel published by the United States' National Geospatial-Intelligence Agency\n(NGA) and the United Kingdom's Defence Geographic Centre (DGC). WMM is\nprimarily useful to be able to determine the magnetic declination for a\ngiven location on a given date, required in order to convert between\nheadings relative to true north and magnetic north.\n", |
| "homepage": "https://github.com/stephent/ObjectiveWMM", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Stephen Trainor": "info@crookneckconsulting.com" |
| }, |
| "source": { |
| "git": "https://github.com/stephent/ObjectiveWMM.git", |
| "tag": "0.5.2" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source_files": [ |
| "ObjectiveWMM/*.{h,m}", |
| "ObjectiveWMM/WMM/*" |
| ], |
| "resources": "ObjectiveWMM/WMM/WMM.COF", |
| "frameworks": "CoreLocation", |
| "requires_arc": true |
| } |