[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 5 / 4 / SIMDictionaryMapper / 0.1.1 / SIMDictionaryMapper.podspec.json
blob0a25cb3c13fd660c406e1877acd0d5c7f26dd7e6
2   "name": "SIMDictionaryMapper",
3   "version": "0.1.1",
4   "summary": "Simple library for mapping dictionnary on object.",
5   "description": "                       This library contains 2 classes.\n                        * First - resource for mapping dictionary on resource model.\n                        * Second - for formatting dictionary fields\n",
6   "homepage": "https://github.com/dearkato/SIMDictionaryMapper",
7   "license": "MIT",
8   "authors": {
9     "Yekaterina Gekkel": "gekkelkate@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/dearkato/SIMDictionaryMapper.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/*.{h,m}",
20   "resource_bundles": {
21     "SIMDictionaryMapper": [
22       "Pod/Assets/*.png"
23     ]
24   }