blob: d83a8cf8cb82880dbdf76e01b6331ae8daf480f6 [file] [log] [blame]
{
"name": "ObjectMapper",
"version": "3.4.2",
"license": "MIT",
"summary": "JSON Object mapping written in Swift",
"homepage": "https://github.com/tristanhimmelman/ObjectMapper",
"authors": {
"Tristan Himmelman": "tristanhimmelman@gmail.com"
},
"source": {
"git": "https://github.com/tristanhimmelman/ObjectMapper.git",
"tag": "3.4.2"
},
"platforms": {
"watchos": "2.0",
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"swift_version": "4.2",
"requires_arc": true,
"source_files": "Sources/**/*.swift"
}