blob: 2e4e9c187a441d95c55d2d49d9e589d2533f997f [file] [log] [blame]
{
"name": "ApiErrorParser",
"version": "0.0.1",
"summary": "Library for handling errors in the application based on codes",
"homepage": "https://github.com/velmie/ios-error-parser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dmitrijmihajluk": "mikhajlyuk@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/velmie/ios-error-parser.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"errorParser/**/*.{h,m,swift}"
],
"public_header_files": "errorParser/**/*.h",
"dependencies": {
"ObjectMapper": [
"3.5.0"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}