[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 7 / 0 / Unrealm / 1.9.0 / Unrealm.podspec.json
blob9b5b44820e29c1241c54b591830e45389633ff05
2   "name": "Unrealm",
3   "swift_versions": "5.1",
4   "version": "1.9.0",
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\nWorks perfect with Codables and Optionals!",
7   "homepage": "https://github.com/arturdev/Unrealm",
8   "screenshots": "https://raw.githubusercontent.com/arturdev/Unrealm/assets/preview.png",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "arturdev": "mkrtarturdev@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/arturdev/Unrealm.git",
18     "tag": "1.9.0"
19   },
20   "social_media_url": "https://www.linkedin.com/in/arturdev/",
21   "platforms": {
22     "ios": "9.0",
23     "osx": "10.12"
24   },
25   "source_files": "Unrealm/Classes/**/*.{h,m,swift}",
26   "dependencies": {
27     "Realm": [
28       "10.5.0"
29     ],
30     "RealmSwift": [
31       "10.5.0"
32     ],
33     "RuntimeNew": [
34       "2.1.5"
35     ]
36   },
37   "swift_version": "5.1"