| { |
| "name": "CodableFirebase", |
| "version": "0.2.1", |
| "summary": "Use Codable with Firebase", |
| "description": "This library helps you use your custom models that conform to Codable protocol with Firebase Realtime Database and Firestore", |
| "homepage": "https://github.com/alickbass/CodableFirebase", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Oleksii Dykan": "alick_bass@mail.ru" |
| }, |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.11", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/alickbass/CodableFirebase.git", |
| "tag": "0.2.1", |
| "branch": "master" |
| }, |
| "source_files": "CodableFirebase/*.swift", |
| "swift_version": "4.1" |
| } |