blob: 8896323ba374eb6ddb59819f2453adc4f931a119 [file] [log] [blame]
{
"name": "ReactivePixel",
"version": "1.1.0",
"summary": "ReactiveSwift + UIKit + Texture (AsyncDisplayKit)",
"description": "Allows you to quickly and smartly bind you UI components from either `UIKit` or `Texture`, using the reactive binding mechanism provided by `ReactiveSwift`.",
"homepage": "https://github.com/iDonJose/ReactivePixel",
"source": {
"git": "https://github.com/iDonJose/ReactivePixel.git",
"tag": "1.1.0"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"iDonJose": "donor.develop@gmail.com"
},
"frameworks": [
"Foundation",
"UIKit"
],
"default_subspecs": "Texture",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
},
"subspecs": [
{
"name": "UIKit",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"ReactiveSwifty": [
"~> 1.0"
]
},
"source_files": [
"Sources/ReactivePixel.h",
"Sources/Reactive UIKit/**/*.{swift}"
]
},
{
"name": "Texture",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"ReactivePixel/UIKit": [
],
"Texture/Core": [
"~> 2.8"
]
},
"source_files": [
"Sources/ReactivePixel.h",
"Sources/Reactive Texture/**/*.{swift}"
]
}
]
}