[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 1 / a / Msg / 0.0.4 / Msg.podspec.json
blob7da3f3f36a289e67f0c446bafac135d4d6074d43
2   "name": "Msg",
3   "version": "0.0.4",
4   "summary": "Msg can build Chat by linking Firestore and Realm.",
5   "description": "Since Firestore takes time even when reading from the local, we decided to use Realm locally.",
6   "homepage": "https://github.com/1amageek/Msg",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "1amageek": "tmy0x3@icloud.com"
13   },
14   "social_media_url": "http://twitter.com/1amageek",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/1amageek/Msg.git",
20     "tag": "0.0.4"
21   },
22   "source_files": "Msg/**/*.swift",
23   "requires_arc": true,
24   "static_framework": true,
25   "dependencies": {
26     "RealmSwift": [
28     ],
29     "Pring": [
31     ],
32     "Firebase/Core": [
34     ],
35     "Firebase/Firestore": [
37     ],
38     "OnTheKeyboard": [
40     ],
41     "Texture": [
43     ]
44   }