blob: 7e5466e1a298b733a5b95d1e6e8cae9f77443849 [file] [log] [blame]
{
"name": "VIMObjectMapper",
"version": "6.0.1",
"summary": "An automatic JSON to model object converter.",
"homepage": "https://github.com/vimeo/VIMObjectMapper",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Kashif Mohammad",
"social_media_url": "http://twitter.com/vimeoapi",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/vimeo/VIMObjectMapper.git",
"tag": "6.0.1"
},
"source_files": "VimeoObjectMapper/VimeoObjectMapper/Source/*.{h,m}",
"requires_arc": true,
"ios": {
"frameworks": "Foundation"
},
"osx": {
"frameworks": "Foundation"
},
"tvos": {
"frameworks": "Foundation"
}
}