blob: cf02d07f65e79942809b9a575b62075bf6d70aa3 [file] [log] [blame]
{
"name": "Msg",
"version": "0.0.9",
"summary": "Msg 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/Msg",
"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/Msg.git",
"tag": "0.0.9"
},
"source_files": "Msg/**/*.swift",
"requires_arc": true,
"static_framework": true,
"dependencies": {
"RealmSwift": [
],
"Pring": [
],
"Firebase/Core": [
],
"Firebase/Firestore": [
],
"OnTheKeyboard": [
],
"Texture": [
]
}
}