[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / e / 5 / MRWorldMapView / 1.0.0 / MRWorldMapView.podspec.json
blob29cb82459192cd59f45c1dbed7511695cb7972f3
2   "name": "MRWorldMapView",
3   "version": "1.0.0",
4   "summary": "View that displays a map with selectable countries.",
5   "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:`.",
6   "homepage": "https://github.com/hectr/MRWorldMapView",
7   "screenshots": [
8     "https://raw.githubusercontent.com/hectr/MRWorldMapView/master/screenshot.jpg",
9     "https://raw.githubusercontent.com/hectr/MRWorldMapView/master/custom.jpg"
10   ],
11   "license": "Apache 2.0",
12   "authors": {
13     "hectr": "h@mrhector.me"
14   },
15   "source": {
16     "git": "https://github.com/hectr/MRWorldMapView.git",
17     "tag": "1.0.0"
18   },
19   "social_media_url": "https://twitter.com/hectormarquesra",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "source_files": "MRWorldMapView",
25   "frameworks": "UIKit"