[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 2 / 6 / 5 / DRPReactiveCoreLocation / 1.0.4 / DRPReactiveCoreLocation.podspec.json
blob24048f7bc10ee57e23df97a66d9c3d3bfc59907f
2   "name": "DRPReactiveCoreLocation",
3   "version": "1.0.4",
4   "summary": "ReactiveCocoa CoreLocation interface",
5   "description": "                       ReactiveCocoa interface to CoreLocation. This gives you a signal\n                       to handle location and permission change events with.\n",
6   "authors": {
7     "Jason Ederle": "jason@funly.io"
8   },
9   "license": "MIT",
10   "homepage": "https://github.com/yepthatsjason/DRPReactiveCoreLocation",
11   "source": {
12     "git": "https://github.com/yepthatsjason/DRPReactiveCoreLocation.git",
13     "tag": "1.0.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/*",
20   "public_header_files": "Pod/Classes/*.h",
21   "frameworks": "UIKit",
22   "dependencies": {
23     "ReactiveCocoa": [
25     ]
26   }