blob: 808150980982f956c36424c35ee42f26cfcf735e [file] [log] [blame]
{
"name": "SNErrorHandler",
"version": "0.1.0",
"summary": "Flexible error handling for Swift and RxSwift",
"homepage": "https://github.com/ahmedAlmasri/ErrorHandler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ahmad Almasri": "ahmed.almasri@ymail.com"
},
"source": {
"git": "https://github.com/ahmedAlmasri/ErrorHandler.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": [
"4.0",
"4.1",
"4.2",
"5",
"5.1",
"5.2"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "ErrorHandler/Classes/Core/**/*"
},
{
"name": "Rx",
"dependencies": {
"SNErrorHandler/Core": [
],
"RxCocoa": [
],
"RxSwift": [
]
},
"platforms": {
"ios": "12.0"
},
"source_files": "ErrorHandler/Classes/Rx/**/*"
}
],
"swift_version": "5.2"
}