[Add] DocumentReaderFullAuthRFIDStage 7.5.10872
[CocoaPods.git] / Specs / a / b / 9 / SafeRealmObjectX / 1.1 / SafeRealmObjectX.podspec.json
blob58b4845fda7b8732ee6fcba74460889a37d83fa2
2   "name": "SafeRealmObjectX",
3   "version": "1.1",
4   "summary": "Thread-safe representation of a Realm Swift Object",
5   "description": "SafeRealmObject offers a thread-safe class that represents a Realm Swift Object subclass with a primary key and can be used across threads.",
6   "homepage": "https://github.com/ladeiko/RBQSafeRealmObjectX",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Roobiq": "support@roobiq.com"
13   },
14   "social_media_url": "http://twitter.com/Roobiq",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/ladeiko/RBQSafeRealmObjectX.git",
20     "tag": "x_v1.1"
21   },
22   "source_files": "*.swift",
23   "swift_versions": [
24     "4.0",
25     "4.2",
26     "5.0",
27     "5.1",
28     "5.2"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "RBQSafeRealmObject": [
34     ],
35     "RealmSwift": [
36       ">=0.99.1"
37     ],
38     "RealmUtilities": [
39       ">=0.2.1"
40     ]
41   },
42   "swift_version": "5.2"