[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / c / 7 / 0 / Unrealm / 0.2.5 / Unrealm.podspec.json
blob25863859bfcb7f8ff01a81f1c05e8e50fefdbda8
2   "name": "Unrealm",
3   "swift_versions": "5.0",
4   "version": "0.2.5",
5   "summary": "Unrealm is an extension on RealmCocoa, which enables Swift native types to be saved in Realm.",
6   "description": "Unrealm enables you to easily store Swift native Classes, Structs and Enums into Realm.\nBenefits:\nEnables you to store Swift native types (Structs, Classes, Enums, Arrays, Dictionaries, etc...)\nGetting rid of redundant inheriting from Object class\nGetting rid of Realm crashes like \"Object has been deleted or invalidated\"\nGetting rid of Realm crashes like \"Realm accessed from incorrect thread\"\nGetting rid of boilerplate code such @objc dynamic var. Use just var or let",
7   "homepage": "https://github.com/arturdev/Unrealm",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "arturdev": "mkrtarturdev@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/arturdev/Unrealm.git",
17     "tag": "0.2.5"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Unrealm/Classes/**/*.{h,m,swift}",
23   "dependencies": {
24     "RealmSwift": [
25       "3.18.0"
26     ],
27     "Runtime": [
28       "2.1.0"
29     ]
30   },
31   "swift_version": "5.0"