[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / e / 2 / SBLReactiveLocation / 0.1.1 / SBLReactiveLocation.podspec.json
blob61dcf0d79ec5d8a21bebe4b9f2f7ec5befdac546
2   "name": "SBLReactiveLocation",
3   "version": "0.1.1",
4   "summary": "A reactive wrapper around the CLLocationManager",
5   "description": "                    A ReactiveCocoa based wrapper around the CLLocationManager of CoreLocation. The implementation tries to\n                    stay as close as possible to the original CLLocationManager implementation\n                    while exposing the updates that are traditionally handled by a\n                    CLLocationManagerDelegate as RACSignals.\n",
6   "homepage": "https://github.com/sbl/SBLReactiveLocation",
7   "license": "MIT",
8   "authors": {
9     "Stephen Lumenta": "stephen.lumenta@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/bruitism",
12   "requires_arc": true,
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/sbl/SBLReactiveLocation.git",
18     "tag": "0.1.1"
19   },
20   "source_files": "SBLReactiveLocation",
21   "dependencies": {
22     "ReactiveCocoa": [
23       "~> 2.3.1"
24     ]
25   }