[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 0 / b / RealmWrapper / 0.5.0 / RealmWrapper.podspec.json
blobbf9035cebd6c9f61cddb1ef54f7a4465925e8de3
2   "name": "RealmWrapper",
3   "version": "0.5.0",
4   "summary": "Simple wrapper for RealmSwift",
5   "description": "This is simple wrapper that wrapper is easy to use transaction synchronous processing and realm notifications.",
6   "homepage": "https://github.com/k-lpmg/RealmWrapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DongHee Kang": "kanglpmg@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/k-lpmg/RealmWrapper.git",
16     "tag": "0.5.0"
17   },
18   "documentation_url": "https://github.com/k-lpmg/RealmWrapper/blob/master/README.md",
19   "ios": {
20     "source_files": "Sources/*.swift"
21   },
22   "platforms": {
23     "ios": "8.0"
24   },
25   "dependencies": {
26     "RealmSwift": [
27       "~> 3.7.1"
28     ]
29   }