blob: 4c682753e2ffe2d13a0064a7f037e872f2ce4b31 [file] [log] [blame]
{
"name": "Espresso",
"version": "2.1.1",
"summary": "Swift convenience library for iOS.",
"description": "Espresso is a Swift convenience library for iOS.\nEverything is better with a little coffee.",
"homepage": "https://github.com/mitchtreece/Espresso",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mitch Treece": "mitchtreece@me.com"
},
"source": {
"git": "https://github.com/mitchtreece/Espresso.git",
"tag": "2.1.1"
},
"social_media_url": "https://twitter.com/mitchtreece",
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Espresso/Classes/Core/**/*",
"dependencies": {
"SnapKit": [
"~> 4.0"
]
}
},
{
"name": "DI",
"source_files": "Espresso/Classes/DI/**/*",
"dependencies": {
"Espresso/Core": [
],
"Swinject": [
"~> 2.6"
]
}
},
{
"name": "Mvvm",
"source_files": "Espresso/Classes/Mvvm/**/*",
"dependencies": {
"Espresso/Core": [
]
}
},
{
"name": "RxMvvm",
"source_files": "Espresso/Classes/RxMvvm/**/*",
"dependencies": {
"Espresso/Mvvm": [
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
},
{
"name": "All",
"dependencies": {
"Espresso/Core": [
],
"Espresso/DI": [
],
"Espresso/Mvvm": [
],
"Espresso/RxMvvm": [
]
}
}
]
}