blob: 52eb9af75e9153ec78a6021e798b0f7c4a0ca927 [file] [log] [blame]
{
"name": "ErrorDispatching",
"version": "0.1.1",
"summary": "A simple and reusable error handling in Swift",
"homepage": "https://github.com/eastsss/ErrorDispatching",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anatoliy Radchenko": "anatox91@yandex.ru"
},
"source": {
"git": "https://github.com/eastsss/ErrorDispatching.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "ErrorDispatching/Classes/Core/**/*",
"frameworks": [
"Foundation",
"UIKit"
],
"resource_bundles": {
"ErrorDispatching": [
"ErrorDispatching/Assets/Core/**/*.{strings}"
]
}
},
{
"name": "ReactiveSwift",
"source_files": "ErrorDispatching/Classes/ReactiveSwift/**/*",
"dependencies": {
"ErrorDispatching/Core": [
],
"ReactiveSwift": [
"~> 1.1"
],
"Result": [
"~> 3.0"
]
}
},
{
"name": "Moya",
"source_files": "ErrorDispatching/Classes/Moya/**/*",
"dependencies": {
"ErrorDispatching/Core": [
],
"Moya": [
"~> 8.0.3"
]
}
}
]
}