blob: b708459e34049b39df06aebd07e159de01d6226b [file] [log] [blame]
{
"name": "RxTexture2",
"version": "1.1.0",
"summary": "RxSwift Texture Extensions",
"description": "RxSwift Texture Extensions",
"homepage": "https://github.com/OhKanghoon/RxTexture",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"OhKanghoon": "ggaa96@naver.com"
},
"source": {
"git": "https://github.com/OhKanghoon/RxTexture.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"Texture": [
"~> 2.8"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}