[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / e / c / MMPReactiveCoreLocation / 0.6.1 / MMPReactiveCoreLocation.podspec.json
blob4b152f1bf099e40e3293eb28fae9f512c8925b7c
2   "name": "MMPReactiveCoreLocation",
3   "version": "0.6.1",
4   "summary": "A reactive CoreLocation wrapper for use with ReactiveCocoa",
5   "description": "                       MMPReactiveCoreLocation is a reactive library for using CoreLocation and iBeacon with ReactiveCocoa. \n\n                       Features:\n                       * Globally accessible signals with intelligent resource management for automatically starting and stopping underlying location manager's services.\n                       * No more delegates, all CLLocationManager's functionalities are available as signals.\n                       * Signals for location-related updates, including one-time location query.\n                       * Signals for region monitoring updates, including iBeacon monitoring and ranging.\n                       * Signals for iOS 8 visit monitoring.\n                       * Signals for location manager status updates and errors.\n                       * Supports iOS 8 \"Always\" and \"WhenInUse\" authorization.\n",
6   "homepage": "https://github.com/mpurbo/MMPReactiveCoreLocation",
7   "license": "MIT",
8   "authors": {
9     "Mamad Purbo": "m.purbo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mpurbo/MMPReactiveCoreLocation.git",
13     "tag": "0.6.1"
14   },
15   "social_media_url": "https://twitter.com/purubo",
16   "platforms": {
17     "ios": "8.1"
18   },
19   "source_files": "Classes",
20   "frameworks": [
21     "CoreLocation",
22     "CoreBluetooth"
23   ],
24   "dependencies": {
25     "ReactiveCocoa": [
27     ]
28   },
29   "requires_arc": true