[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / e / 3 / RxTexture / 0.2.0 / RxTexture.podspec.json
blobfc711f0ee6c180783e59186cefae61b38cae88ac
2   "name": "RxTexture",
3   "version": "0.2.0",
4   "summary": "Reactive wrappers for some common Texture node properties",
5   "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.",
6   "homepage": "https://github.com/swacedigital/RxTexture",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "andreasostman": "andreas.ostman@swace.se"
13   },
14   "source": {
15     "git": "https://github.com/swacedigital/RxTexture.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "5.0",
22   "source_files": "RxTexture/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "~> 5.0.0"
26     ],
27     "RxCocoa": [
28       "~> 5.0.0"
29     ],
30     "Texture": [
31       "~> 2.8.1"
32     ]
33   }