blob: 59f601c32d09e7772923e23f18a477b6ad9357d6 [file] [log] [blame]
{
"name": "RxEureka",
"version": "0.2.1",
"summary": "An Rx wrapper of Eureka's rows.",
"description": "This is an Rx extension that provides an easy way\n to bind Eureka's rows values",
"homepage": "https://github.com/antoninbiret/RxEureka",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"antoninbiret": "haprock@gmail.com"
},
"source": {
"git": "https://github.com/antoninbiret/RxEureka.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/Antonin_brt",
"platforms": {
"ios": "8.0"
},
"source_files": "RxEureka/Classes/**/*",
"dependencies": {
"Eureka": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}