blob: 1c81cb63cc2d4b4866747041ee183a3f37accd7a [file] [log] [blame]
{
"name": "VIMObjectMapper",
"version": "6.0.0",
"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/vimeo",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/vimeo/VIMObjectMapper.git",
"tag": "6.0.0"
},
"source_files": "VIMObjectMapper/*.{h,m}",
"exclude_files": "VIMObjectMapper/Exclude",
"frameworks": "Foundation",
"requires_arc": true
}