[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 2 / 3 / EzRealm / 0.1.0 / EzRealm.podspec.json
blob5d13a7ee8136b906105cd40409d9ba29a0641e55
2   "name": "EzRealm",
3   "version": "0.1.0",
4   "summary": "An easy way of managing Realms objects.",
5   "description": "Protocol oriented Realms\nEasily create, save, delete, update your Realm Object Classes synchronously.\nAccess delegate methods as \"willDeleteOnRealm\" or \"didMakeARealmCall\" in a Swifty familiar way.\nNo more thread problems.",
6   "homepage": "https://github.com/hico17/EzRealm",
7   "license": {
8     "type": "MIT",
9     "file": "../LICENSE"
10   },
11   "authors": {
12     "Hico": "lucaceldev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hico17/EzRealm.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": [
22     "4",
23     "4.2",
24     "5"
25   ],
26   "source_files": "EzRealm/Source/**/*.swift",
27   "dependencies": {
28     "RealmSwift": [
30     ]
31   },
32   "swift_version": "5"