blob: 29cb82459192cd59f45c1dbed7511695cb7972f3 [file] [log] [blame]
{
"name": "MRWorldMapView",
"version": "1.0.0",
"summary": "View that displays a map with selectable countries.",
"description": "`MRWorldMapView` is a `UIView` subclass that displays a world map with selectable countries.\n\nIts appearance can be customized from **Interface Builder** through `IBInspectable` properties or by implementing `MRWorldMapViewDelegate` methods.\n\nLimited support for loading custom [GeoJSON](http://geojson.org) maps is provided through the method `loadGeoJSONMap:withError:`.",
"homepage": "https://github.com/hectr/MRWorldMapView",
"screenshots": [
"https://raw.githubusercontent.com/hectr/MRWorldMapView/master/screenshot.jpg",
"https://raw.githubusercontent.com/hectr/MRWorldMapView/master/custom.jpg"
],
"license": "Apache 2.0",
"authors": {
"hectr": "h@mrhector.me"
},
"source": {
"git": "https://github.com/hectr/MRWorldMapView.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/hectormarquesra",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "MRWorldMapView",
"frameworks": "UIKit"
}