[Add] DemoTestFramework 1.0.10
[CocoaPods.git] / Specs / f / d / 1 / CachedResponseObjectMapper / 1.0.0 / CachedResponseObjectMapper.podspec.json
blob08c2fd00d9981b8c1ed397c162f3051e1a640f0a
2   "name": "CachedResponseObjectMapper",
3   "version": "1.0.0",
4   "summary": "Mapper the cached responce Json to object",
5   "description": "Mapper the cached responce Json to object that caches using NSURLCache",
6   "homepage": "https://github.com/dimohamdy/CachedResponseObjectMapper",
7   "license": "MIT",
8   "authors": {
9     "dimohamdy": "dimo.hamdy@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/dimohamdy/CachedResponseObjectMapper.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "ObjectMapper": [
22       "~> 1.1"
23     ]
24   }