blob: 7c5738a7a8a932158bd5819f7c4855af866d3c70 [file] [log] [blame]
{
"name": "Reactify",
"version": "0.5.4",
"summary": "A reactive framework to power your apps.",
"description": "Reactify is a collection of subclasses and extensions built on top of ReactiveCocoa to provide a functional and more streamlined foundation for building apps.",
"homepage": "https://github.com/startupthekid/Reactify",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brendan Conron": "conronb@gmail.com"
},
"source": {
"git": "https://github.com/startupthekid/Reactify.git",
"tag": "0.5.4"
},
"social_media_url": "https://twitter.com/startupthekid",
"platforms": {
"ios": "8.0"
},
"source_files": "Reactify/Classes/**/*.{swift}",
"dependencies": {
"ReactiveCocoa": [
"~> 4.1.0"
]
}
}