blob: 6aa0ba13935adbd8a319fe3643500494a4040326 [file] [log] [blame]
{
"name": "LocalizationToolkitObjectMapper",
"version": "1.0.1",
"summary": "Make MultilingualString compatible with ObjectMapper",
"homepage": "https://github.com/Digipolitan/localization-toolkit-object-mapper",
"authors": "Digipolitan",
"source": {
"git": "https://github.com/Digipolitan/localization-toolkit-object-mapper.git",
"tag": "v1.0.1"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"source_files": "Sources/**/*.{swift,h}",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.10"
},
"requires_arc": true,
"dependencies": {
"LocalizationToolkit": [
"~> 1.1"
],
"ObjectMapper": [
"~> 3.0"
]
}
}