3 "version": "1.0.0-alpha.1",
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",
14 "tag": "1.0.0-alpha.1"
16 "social_media_url": "https://twitter.com/BrightifyOrg",
18 "swift_versions": "5.0",
23 "frameworks": "Foundation",
27 "source_files": "Source/Core/**/*.swift"
30 "name": "JsonSerializer",
36 "source_files": "Source/JsonSerializer/**/*.swift"
39 "swift_version": "5.0"