blob: 08d0c92c89a1c1ed69d66f28b491216547a18526 [file] [log] [blame]
{
"name": "RxCocoa-Texture",
"version": "2.0.1",
"summary": "RxCocoa Extension Library for Texture",
"description": "This library is built on Texture with RxCocoa, RxCocoa is a framework that helps make Cocoa APIs used in iOS and OS X easier to use with reactive techniques.",
"homepage": "https://github.com/Geektree0101/RxCocoa-Texture",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Geektree0101": "h2s1880@gmail.com"
},
"source": {
"git": "https://github.com/GeekTree0101/RxCocoa-Texture.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "9.3"
},
"source_files": "RxCocoa-Texture/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"Texture": [
"2.6"
]
}
}