4 "summary": "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",
22 "frameworks": "Foundation",
23 "pushed_with_swift_version": "3.0",
27 "source_files": "Source/Core/**/*.swift"
30 "name": "JsonSerializer",
36 "source_files": "Source/JsonSerializer/**/*.swift"