[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / 2 / 0 / 8 / ObjectMapper_RealmSwift / 0.1.1 / ObjectMapper_RealmSwift.podspec.json
blobfa68d98a722fb32afb21d56568c6258aab0d4dd6
2   "name": "ObjectMapper_RealmSwift",
3   "version": "0.1.1",
4   "summary": "Helps to parse RealmSwift List<Class>() and RealmOptional<T>() properties with ObjectMapper framework.",
5   "description": "ObjectMapper (https://github.com/Hearst-DD/ObjectMapper) is a great tool to map entities. \nBut there are no functional to map directly to realm objects. \nObjectMapper_RealmSwift helps to parse List<Class>() and RealmOptional<T>() properties with ObjectMapper framework and store them correctly \nwithout \"Transforms\".",
6   "homepage": "https://github.com/NikKovIos/ObjectMapper_RealmSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nik Kov": "nikkovios@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/NikKovIos/ObjectMapper_RealmSwift.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ObjectMapper_RealmSwift/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "RealmSwift": [
25       "~> 2.3"
26     ],
27     "ObjectMapper": [
28       "~> 2.2"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"