blob: 901ed107ded6b016e9be0983de033ec71fa075a2 [file] [log] [blame]
{
"name": "DataMapper",
"version": "0.2.0",
"summary": "Universal object deserialization/serialization in Swift.",
"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).",
"homepage": "https://github.com/Brightify/DataMapper",
"license": "MIT",
"authors": {
"Tadeas Kriz": "tadeas@brightify.org",
"Filip Dolnik": "filip@brightify.org"
},
"source": {
"git": "https://github.com/Brightify/DataMapper.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/BrightifyOrg",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/**/*.swift"
},
{
"name": "JsonSerializer",
"dependencies": {
"DataMapper/Core": [
]
},
"source_files": "Source/JsonSerializer/**/*.swift"
}
]
}