[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 1 / 0 / b / RealmWrapper / 0.2.0 / RealmWrapper.podspec.json
blob5947cf2bece65d5231464d04aff8cdc5429c3a52
2   "name": "RealmWrapper",
3   "version": "0.2.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.2.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   }