[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / 2 / 8 / 4 / GeoFire / 2.0.0 / GeoFire.podspec.json
bloba2f7f3870dd42f25db4be1ad92bfe6f8bea62c09
2   "name": "GeoFire",
3   "version": "2.0.0",
4   "summary": "Realtime location queries with Firebase.",
5   "homepage": "https://github.com/firebase/geofire-objc",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Firebase",
11   "source": {
12     "git": "https://github.com/firebase/geofire-objc.git"
13   },
14   "source_files": "GeoFire/**/*.{h,m}",
15   "documentation_url": "https://geofire-ios.firebaseapp.com/docs/",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "ios": {
20     "dependencies": {
21       "Firebase/Database": [
22         "~> 4.0"
23       ]
24     }
25   },
26   "frameworks": "CoreLocation",
27   "requires_arc": true