4 "summary": "Reactive wrapper for MKMapView `delegate`.",
5 "description": "RxMKMapView is a Reactive wrapper for MKMapView `delegate`.\n\n```swift\nlet mapView = MKMapView(frame: view.frame)\nview.addSubview(mapView)\n\nmapView.rx_mapViewWillStartLoadingMap\n.subscribeNext {\n\n}.addDisposableTo(disposeBag)\n\nmapView.rx_mapViewDidFinishLoadingMap\n.subscribeNext { _ in\nprint(\"map loaded\")\n}.addDisposableTo(disposeBag)\n```",
6 "homepage": "https://github.com/sger/RxMKMapView",
9 "Spiros Gerokostas": "spiros.gerokostas@gmail.com"
12 "git": "https://github.com/sger/RxMKMapView.git",
15 "social_media_url": "https://twitter.com/sger",
20 "source_files": "Pod/Classes/**/*",
37 "frameworks": "Foundation"