blob: 916e898f1ac38d024d22304e9161464c5873a6b8 [file] [log] [blame]
{
"name": "ReactiveSwifty",
"version": "1.2.0",
"summary": "Enhances streams of values provided by ReactiveSwift",
"description": "Overloads `ReactiveSwift` for better streaming of values, allowing for high productivity.",
"homepage": "https://github.com/iDonJose/ReactiveSwifty",
"source": {
"git": "https://github.com/iDonJose/ReactiveSwifty.git",
"tag": "1.2.0"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"iDonJose": "donor.develop@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*.{h,swift}",
"frameworks": "Foundation",
"dependencies": {
"ReactiveSwift": [
"~> 4.0"
]
}
}