[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / 7 / 6 / 5 / SMWRealm / 0.2.0 / SMWRealm.podspec.json
blobe3dc6b6c162a848ea7ba629eb924098a1a188d2a
2   "name": "SMWRealm",
3   "version": "0.2.0",
4   "summary": "Make it easier to pass around, read, and modify realm objects accross multiple threads.",
5   "description": "SMWRealm uses the primary keys of RMLObjects and thread safe SMWRealmKey objects to easily use RLMObjects accorss multiple threads.",
6   "homepage": "https://github.com/meech-ward/SMWRealm",
7   "license": "MIT",
8   "authors": {
9     "Sam Meech-Ward": "sam@meech-ward.com"
10   },
11   "source": {
12     "git": "https://github.com/meech-ward/SMWRealm.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "10.0",
17     "watchos": "3.0",
18     "tvos": "10.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "dependencies": {
23     "Realm": [
24       "~>2.4"
25     ]
26   }