[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / b / a / NSPMapProtocol / 0.1.0 / NSPMapProtocol.podspec.json
blob22e1a7d4a005ebda5fa817fc937724234ae8defa
2   "name": "NSPMapProtocol",
3   "version": "0.1.0",
4   "summary": "Map snapshots in your TVML application made simple",
5   "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.",
6   "homepage": "https://github.com/Neosperience/NSPMapProtocol",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Janos Tolgyesi": "janos.tolgyesi@neosperience.com"
13   },
14   "source": {
15     "git": "https://github.com/Neosperience/NSPMapProtocol.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.2"
21   },
22   "source_files": "NSPMapProtocol/**/*",
23   "frameworks": [
24     "UIKit",
25     "MapKit"
26   ]