[Add] CyberSheildiOS 0.1.1
[CocoaPods.git] / Specs / 2 / 0 / 5 / FireSnapshot / 0.7.2 / FireSnapshot.podspec.json
blob15623a1240ec0de164e1704e7264fb0940600a93
2   "name": "FireSnapshot",
3   "version": "0.7.2",
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.2"
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   ]