[Add] DocumentReaderBarcode 7.5.10922
[CocoaPods.git] / Specs / 2 / 7 / e / ObjectiveWMM / 0.5.2 / ObjectiveWMM.podspec.json
blob1c5610bf76bb3ea7ec474bfc68b70241548e6727
2   "name": "ObjectiveWMM",
3   "version": "0.5.2",
4   "summary": "An Objective-C iOS wrapper for the World Magnetic Model 2010.",
5   "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",
6   "homepage": "https://github.com/stephent/ObjectiveWMM",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stephen Trainor": "info@crookneckconsulting.com"
13   },
14   "source": {
15     "git": "https://github.com/stephent/ObjectiveWMM.git",
16     "tag": "0.5.2"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": [
22     "ObjectiveWMM/*.{h,m}",
23     "ObjectiveWMM/WMM/*"
24   ],
25   "resources": "ObjectiveWMM/WMM/WMM.COF",
26   "frameworks": "CoreLocation",
27   "requires_arc": true