blob: ae7a28ce5065fbff5eca711bc4ebf9ee1947b747 [file] [log] [blame]
{
"name": "ObjectMapper",
"version": "0.5",
"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": "0.5"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": "true",
"source_files": "ObjectMapper/**/*.swift"
}