blob: 7b97d6519b3b817d09924056e97643904a02ad7a [file] [log] [blame]
{
"name": "MsgBox",
"version": "0.1.0",
"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": "11.0"
},
"source": {
"git": "https://github.com/1amageek/MsgBox.git",
"tag": "0.1.0"
},
"source_files": "MsgBox/**/*.swift",
"requires_arc": true,
"static_framework": true,
"dependencies": {
"RealmSwift": [
],
"Pring": [
],
"Firebase/Core": [
],
"Firebase/Firestore": [
],
"OnTheKeyboard": [
],
"Texture": [
]
}
}