| { |
| "name": "NSPMapProtocol", |
| "version": "0.1.0", |
| "summary": "Map snapshots in your TVML application made simple", |
| "description": "The NSPMapProtocol library defines the nspmap:// URL protocol to be used in Cocoa applications. Calling an URL with this protocol returns a .png snapshot of the map of the specified region.\nThe real strength of this protocol can be seen when using it in Apple's TVML apps where there is no simple out-of-the-box solution provided to include static map screenshots in the application.", |
| "homepage": "https://github.com/Neosperience/NSPMapProtocol", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Janos Tolgyesi": "janos.tolgyesi@neosperience.com" |
| }, |
| "source": { |
| "git": "https://github.com/Neosperience/NSPMapProtocol.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "tvos": "9.2" |
| }, |
| "source_files": "NSPMapProtocol/**/*", |
| "frameworks": [ |
| "UIKit", |
| "MapKit" |
| ] |
| } |