[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 0 / 5 / FireSnapshot / 0.3.0 / FireSnapshot.podspec.json
blob1b5d7de3995cf2c91a24d6cab277ad221833895b
2   "name": "FireSnapshot",
3   "version": "0.3.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.3.0"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "requires_arc": true,
18   "source_files": "FireSnapshot/Sources/**/*.swift",
19   "static_framework": true,
20   "swift_versions": "5.1",
21   "dependencies": {
22     "Firebase/Firestore": [
23       "~> 6.9"
24     ]
25   },
26   "swift_version": "5.1"