[Add] LastCrash 2.0.0
[CocoaPods.git] / Specs / 2 / 8 / 4 / GeoFire / 1.1.3 / GeoFire.podspec.json
blobc2271be41f6be2db098052a4665678bf2cd80abb
2   "name": "GeoFire",
3   "version": "1.1.3",
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": {
11     "Firebase": "support@firebase.com"
12   },
13   "source": {
14     "git": "https://github.com/firebase/geofire-objc.git",
15     "tag": "v1.1.3"
16   },
17   "source_files": "GeoFire/**/*.{h,m}",
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.10"
21   },
22   "ios": {
23     "dependencies": {
24       "Firebase": [
25         "~> 2.2"
26       ]
27     }
28   },
29   "osx": {
30     "dependencies": {
31       "FirebaseOSX": [
32         "~> 2.4"
33       ]
34     }
35   },
36   "frameworks": "CoreLocation",
37   "requires_arc": true