[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / c / 3 / a / LocalizationToolkitObjectMapper / 1.0.0 / LocalizationToolkitObjectMapper.podspec.json
bloba6c32a2aa2237048c8a18df362ec4ef8d17157f7
2   "name": "LocalizationToolkitObjectMapper",
3   "version": "1.0.0",
4   "summary": "Make MultilingualString compatible with ObjectMapper",
5   "homepage": "https://github.com/Digipolitan/localization-toolkit-object-mapper",
6   "authors": "Digipolitan",
7   "source": {
8     "git": "https://github.com/Digipolitan/localization-toolkit-object-mapper.git",
9     "tag": "v1.0.0"
10   },
11   "license": {
12     "type": "BSD",
13     "file": "LICENSE"
14   },
15   "source_files": "Sources/**/*.{swift,h}",
16   "platforms": {
17     "ios": "8.0",
18     "watchos": "2.0",
19     "tvos": "9.0",
20     "osx": "10.10"
21   },
22   "requires_arc": true,
23   "dependencies": {
24     "LocalizationToolkit": [
25       "~> 1.1"
26     ],
27     "ObjectMapper": [
28       "~> 3.0"
29     ]
30   },
31   "pushed_with_swift_version": "4.0"