blob: fc711f0ee6c180783e59186cefae61b38cae88ac [file] [log] [blame]
{
"name": "RxTexture",
"version": "0.2.0",
"summary": "Reactive wrappers for some common Texture node properties",
"description": "This library was created as a thin wrapper between Texture nodes to access properties reactivly,\nas is possible with common most UIKit views through the use of RxCocoa.\nNOTE: PR:s are most welcome.",
"homepage": "https://github.com/swacedigital/RxTexture",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"andreasostman": "andreas.ostman@swace.se"
},
"source": {
"git": "https://github.com/swacedigital/RxTexture.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "5.0",
"source_files": "RxTexture/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 5.0.0"
],
"RxCocoa": [
"~> 5.0.0"
],
"Texture": [
"~> 2.8.1"
]
}
}