blob: 763211d5d503294835bac334615e4dc99608d76d [file] [log] [blame]
{
"name": "Buya",
"version": "1.0.5",
"summary": "Network abstraction framework",
"homepage": "https://github.com/ephedra-software/Buya",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Erik Basargin": "basargin.erik@gmail.com",
"Kirill Saltykov": "kirill.salti@gmail.com"
},
"social_media_url": "https://twitter.com/Puasonych",
"source": {
"git": "https://github.com/ephedra-software/Buya.git",
"tag": "1.0.5"
},
"swift_version": "5.0",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Buya/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 4.5"
],
"RxCocoa": [
"~> 4.5"
]
}
}
]
}