blob: ca18900447415089fed5f864f1daf0d2973552c9 [file] [log] [blame]
{
"name": "MRWorldMapView",
"version": "0.0.1",
"summary": "View that displays a world map with selectable countries.",
"description": "`MRWorldMapView` is a `UIView` subclass that displays a world map with selectable countries.\n\nIts appearance can be customized through `IBInspectable`s.",
"homepage": "https://github.com/hectr/MRWorldMapView",
"screenshots": "https://github.com/hectr/MRWorldMapView/blob/master/screenshot.jpg?raw=true",
"license": "Apache 2.0",
"authors": {
"hectr": "h@mrhector.me"
},
"source": {
"git": "https://github.com/hectr/MRWorldMapView.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "MRWorldMapView",
"frameworks": "UIKit"
}