[Add] SJPromise 0.0.3
[CocoaPods.git] / Specs / f / 2 / a / EasyStore / 0.1.2 / EasyStore.podspec.json
blob9f7b3d02d2997a6787e9171fd95cd1e2e87ebf2a
2   "name": "EasyStore",
3   "version": "0.1.2",
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.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "EasyStore/Classes/**/*",
22   "dependencies": {
23     "RealmSwift": [
24       "~> 3.14"
25     ]
26   }