[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / 8 / 4 / GeoFire / 1.1.1 / GeoFire.podspec.json
blob649b046d628386d6c95bf8664cc6708382466cc0
2   "name": "GeoFire",
3   "version": "1.1.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": {
11     "Firebase": "support@firebase.com"
12   },
13   "source": {
14     "git": "https://github.com/firebase/geofire-objc.git",
15     "tag": "v1.1.1"
16   },
17   "source_files": "GeoFire/**/*.{h,m}",
18   "docset_url": "https://geofire-ios.firebaseapp.com/docs/",
19   "platforms": {
20     "ios": "7.0",
21     "osx": "10.8"
22   },
23   "dependencies": {
24     "Firebase": [
25       "~> 2.2"
26     ]
27   },
28   "frameworks": "CoreLocation",
29   "xcconfig": {
30     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Firebase\""
31   },
32   "requires_arc": true