| { |
| "name": "MacMapKit", |
| "version": "0.0.1", |
| "summary": "MapKit Framework for the Mac.", |
| "homepage": "https://github.com/Oomph/MacMapKit", |
| "authors": { |
| "Rick Fillion": "rick@centrix.ca" |
| }, |
| "source": { |
| "git": "https://github.com/Oomph/MacMapKit.git", |
| "commit": "427ce541b515a8f7db9f08ad6a722f52cdffd87f" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "source_files": "Source/Framework/Classes/*.{h,m}", |
| "description": "MapKit for Mac is a framework for displaying maps in a Cocoa application that is API-compatible with Apple's MapKit framework for iOS.", |
| "platforms": { |
| "osx": null |
| }, |
| "resources": "Source/Framework/Resources/*.{png,html,css,}", |
| "dependencies": { |
| "SBJson": [ |
| "2.2.3" |
| ] |
| }, |
| "header_dir": "MapKit", |
| "requires_arc": false |
| } |