[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / 8 / 4 / GeoFire / 4.0.1 / GeoFire.podspec.json
blobb6669a691502e94deab4d483ac1990948334b2e9
2   "name": "GeoFire",
3   "version": "4.0.1",
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     "tag": "v4.0.1"
14   },
15   "source_files": "GeoFire/**/*.{h,m}",
16   "documentation_url": "https://geofire-ios.firebaseapp.com/docs/",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "ios": {
21     "dependencies": {
22       "Firebase/Database": [
23         "~> 6.0"
24       ]
25     }
26   },
27   "frameworks": [
28     "CoreLocation",
29     "FirebaseDatabase"
30   ],
31   "requires_arc": true,
32   "static_framework": true