blob: c2b5669020a08e8cd1ca0fd3cd990b545808f3be [file] [log] [blame]
{
"name": "RxCocoa-Texture",
"version": "2.4.0",
"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/RxSwiftCommunity/RxCocoa-Texture",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Geektree0101": "h2s1880@gmail.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxCocoa-Texture.git",
"tag": "2.4.0"
},
"platforms": {
"ios": "9.3"
},
"source_files": "RxCocoa-Texture/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"Texture": [
"~> 2.7"
]
}
}