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