blob: ba210dc54536eb1279d29ec9b8dfe737d708aaf1 [file] [log] [blame]
{
"name": "Yosef",
"version": "0.0.5",
"summary": "Create views from JSON",
"description": "Yosef reads JSON files to generate views, so that they can be created dynamically. Change the JSON to create different views.",
"homepage": "https://github.com/concretesolutions/yosef-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guilherme Bayma": "guilherme.bayma@concrete.com.br",
"Emannuel Carvalho": "emannuel.carvalho@concrete.com.br",
"Kaique Pantosi": "kaique.pantosi@concrete.com.br",
"Bruno Mazzo": "bruno.mazzo@concrete.com.br",
"Concrete": "contato@concrete.com.br"
},
"source": {
"git": "https://github.com/concretesolutions/yosef-ios.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Yosef/Classes/**/*.swift",
"swift_version": "4.0",
"frameworks": "UIKit",
"dependencies": {
"Kingfisher": [
"~> 4.0"
],
"lottie-ios": [
"~> 2.0"
]
}
}