[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 0 / 5 / FireSnapshot / 0.7.4 / FireSnapshot.podspec.json
blobcafa2c495a6c6046d6661bd38d50b7c063a00260
2   "name": "FireSnapshot",
3   "version": "0.7.4",
4   "summary": "Firebase Cloud Firestore Model Framework using Codable.",
5   "homepage": "https://github.com/sgr-ksmt/FireSnapshot",
6   "license": "MIT",
7   "authors": {
8     "Suguru Kishimoto": "melodydance.k.s@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/sgr-ksmt/FireSnapshot.git",
12     "tag": "0.7.4"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "requires_arc": true,
18   "static_framework": true,
19   "swift_versions": "5.1",
20   "default_subspecs": "Core",
21   "swift_version": "5.1",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "FireSnapshot/Sources/Core/**/*.swift",
26       "dependencies": {
27         "Firebase/Firestore": [
28           "~> 6.9"
29         ]
30       }
31     },
32     {
33       "name": "Storage",
34       "source_files": "FireSnapshot/Sources/Storage/*.swift",
35       "dependencies": {
36         "FireSnapshot/Core": [
38         ],
39         "Firebase/Storage": [
40           "~> 6.9"
41         ]
42       }
43     }
44   ]