[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / 5 / DRPReactiveCoreLocation / 1.0.3 / DRPReactiveCoreLocation.podspec.json
blob602322db844d352b331d6fa1ac23339bdaac1ac4
2   "name": "DRPReactiveCoreLocation",
3   "version": "1.0.3",
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.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/*",
20   "resource_bundles": {
21     "DRPReactiveLocation": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/*.h",
26   "frameworks": "UIKit",
27   "dependencies": {
28     "ReactiveCocoa": [
30     ]
31   }