[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 7 / 0 / Unrealm / 0.1.1 / Unrealm.podspec.json
blob2540765b7c5a8bececb244e3fd4aab802de0a926
2   "name": "Unrealm",
3   "swift_versions": "5.0",
4   "version": "0.1.1",
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 boiletplate 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.1.1"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Unrealm/Classes/**/*.{h,m,swift}",
23   "dependencies": {
24     "RealmSwift": [
25       "3.17.3"
26     ],
27     "Runtime": [
28       "2.1.0"
29     ]
30   },
31   "swift_version": "5.0"