blob: 29fd9abdd9b229ac7b12d891b21d88ca2aad8250 [file] [log] [blame]
{
"name": "ReactiveSwifty",
"version": "1.0.0",
"summary": "ReactiveSwift with handy new methods",
"description": "`ReactiveSwifty` adds handy methods derived of dayly use of the awesome `ReactiveSwift` framework in concrete projects.",
"homepage": "https://github.com/iDonJose/ReactiveSwifty",
"source": {
"git": "https://github.com/iDonJose/ReactiveSwifty.git",
"tag": "1.0.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"
]
}
}