blob: 2927da3123ab7c56f9619a6c2c387c5a937f5c07 [file] [log] [blame]
{
"name": "EasyBinding",
"version": "0.1.2",
"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.1.2"
},
"social_media_url": "https://twitter.com/carlosmejia083",
"platforms": {
"ios": "9.0"
},
"source_files": "EasyBinding/Source/**/*",
"swift_version": "5.0"
}