blob: 08c2fd00d9981b8c1ed397c162f3051e1a640f0a [file] [log] [blame]
{
"name": "CachedResponseObjectMapper",
"version": "1.0.0",
"summary": "Mapper the cached responce Json to object",
"description": "Mapper the cached responce Json to object that caches using NSURLCache",
"homepage": "https://github.com/dimohamdy/CachedResponseObjectMapper",
"license": "MIT",
"authors": {
"dimohamdy": "dimo.hamdy@gmail.com"
},
"source": {
"git": "https://github.com/dimohamdy/CachedResponseObjectMapper.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"ObjectMapper": [
"~> 1.1"
]
}
}