[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 0 / 5 / FireSnapshot / 0.11.0 / FireSnapshot.podspec.json
blob88300edf252bdceff4418d838ff0f0df5f6e69eb
2   "name": "FireSnapshot",
3   "version": "0.11.0",
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.11.0"
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   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "FireSnapshot/Sources/Core/**/*.swift",
25       "dependencies": {
26         "Firebase/Firestore": [
27           "~> 6.12"
28         ],
29         "FirebaseFirestoreSwift": [
30           "~> 0.2"
31         ]
32       }
33     },
34     {
35       "name": "Storage",
36       "source_files": "FireSnapshot/Sources/Storage/*.swift",
37       "dependencies": {
38         "FireSnapshot/Core": [
40         ],
41         "Firebase/Storage": [
42           "~> 6.12"
43         ]
44       }
45     }
46   ],
47   "swift_version": "5.1"