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_WillStartLoadingMap\n .asDriver()\n .driveeNext {\n print(\"rx_WillStartLoadingMap\")\n }.addDisposableTo(disposeBag)\n\nmapView.rx_DidFinishLoadingMap\n .asDriver()\n .driveNext {\n print(\"rx_DidFinishLoadingMap\")\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/**/*",
34 "frameworks": "Foundation"