| { |
| "name": "GDGeoCocoa", |
| "version": "0.1.1", |
| "summary": "A library for converting lat/long to and from MGRS and UTM", |
| "description": "Converts lat/long coordinates to/from MGRS and UTM formats.", |
| "homepage": "https://github.com/davidykay/GDGeoCocoa", |
| "license": "BSD", |
| "authors": { |
| "Gautam Dey": "gautam.dey77@gmail.com", |
| "David Young-Chan Kay": "davidykay@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/davidykay/GDGeoCocoa.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "GDGeoCocoa": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |