blob: 98d73054c6106f51720410ec6b43907ea7ed29b0 [file] [log] [blame]
{
"name": "EasyBinding",
"version": "0.2.1",
"swift_versions": "5.0",
"summary": "A Simple and light way to perform a data binding.",
"description": "We know that you only need to bind your ViewModels to your views with the simplest way possible, here is how.",
"homepage": "https://github.com/mejiagarcia/EasyBinding",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Carlos Mejía": "carlosmejia083@gmail.com"
},
"source": {
"git": "https://github.com/mejiagarcia/EasyBinding.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/carlosmejia083",
"platforms": {
"ios": "9.0"
},
"source_files": "EasyBinding/Source/**/*",
"swift_version": "5.0"
}