4 "summary": "Almost universal object deserialization/serialization in Swift.",
5 "description": "DataMapper is a framework for safe deserialization/serialization of objects from/to different data representation standards (as of now we support JSON but others can be added easily).",
6 "homepage": "https://github.com/Brightify/DataMapper",
9 "Tadeas Kriz": "tadeas@brightify.org",
10 "Filip Dolnik": "filip@brightify.org"
13 "git": "https://github.com/Brightify/DataMapper.git",
16 "social_media_url": "https://twitter.com/BrightifyOrg",
21 "frameworks": "Foundation",
22 "pushed_with_swift_version": "3.0",
27 "Source/Core/**/*.swift"
31 "name": "JsonSerializer",
38 "Source/JsonSerializer/**/*.swift"