[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / f / 2 / a / EasyStore / 0.1.0 / EasyStore.podspec.json
blobdb9c0bc093c7fca37812a35a21bfb95bab7eb781
2   "name": "EasyStore",
3   "version": "0.1.0",
4   "summary": "A simple Realm client.",
5   "description": "A easy way to access Realm database.",
6   "homepage": "https://github.com/0x0c/EasyStore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Akira": "akira.matsuda@me.com"
13   },
14   "source": {
15     "git": "https://github.com/0x0c/EasyStore.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "EasyStore/Classes/**/*",
22   "dependencies": {
23     "RealmSwift": [
24       "~> 3.14"
25     ]
26   }