| { |
| "name": "MsgBox", |
| "version": "0.0.6", |
| "summary": "MsgBox can build Chat by linking Firestore and Realm.", |
| "description": "Since Firestore takes time even when reading from the local, we decided to use Realm locally.", |
| "homepage": "https://github.com/1amageek/MsgBox", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "1amageek": "tmy0x3@icloud.com" |
| }, |
| "social_media_url": "http://twitter.com/1amageek", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/1amageek/MsgBox.git", |
| "tag": "0.0.6" |
| }, |
| "source_files": "MsgBox/**/*.swift", |
| "requires_arc": true, |
| "static_framework": true, |
| "dependencies": { |
| "RealmSwift": [ |
| |
| ], |
| "Pring": [ |
| |
| ], |
| "Firebase/Core": [ |
| |
| ], |
| "Firebase/Firestore": [ |
| |
| ] |
| } |
| } |