[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 7 / 0 / Unrealm / 1.0.0 / Unrealm.podspec.json
blobcfe3e36083f20b89b6d0ab59e349fc9484b2306d
2   "name": "Unrealm",
3   "swift_versions": "5.1",
4   "version": "1.0.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",
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": "1.0.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Unrealm/Classes/**/*.{h,m,swift}",
23   "dependencies": {
24     "RealmSwift": [
25       "4.3.0"
26     ],
27     "Runtime": [
28       "2.1.0"
29     ]
30   },
31   "swift_version": "5.1"