[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 8 / 4 / GeoFire / 4.1.0 / GeoFire.podspec.json
blobf93f58011027051477477edab28cc2a4444593c7
2   "name": "GeoFire",
3   "version": "4.1.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     "tag": "v4.1.0"
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,
33   "subspecs": [
34     {
35       "name": "Utils",
36       "source_files": [
37         "GeoFire/**/GFUtils*.[mh]",
38         "GeoFire/**/GFGeoQueryBounds*.[mh]",
39         "GeoFire/**/GFGeoHashQuery*.[mh]",
40         "GeoFire/**/GFGeoHash*.[mh]",
41         "GeoFire/**/GFBase32Utils*.[mh]"
42       ],
43       "frameworks": "CoreLocation"
44     }
45   ]