blob: 649a25588bca9c331e02d515dbac78881891ab74 [file] [log] [blame]
{
"name": "sumarLib",
"version": "0.1.0",
"summary": "Sumar numeros.",
"swift_version": "5.0",
"description": "Sumar varios numeros",
"homepage": "https://github.com/kenderastudillo/sumarLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kender": "kenderastudillo@gmail.com"
},
"source": {
"git": "https://github.com/kenderastudillo/sumarLib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.2"
},
"source_files": "sumarLib/Classes/**/*",
"frameworks": "UIKit"
}