blob: bb44b4586782c3bb9d791e82e28c7fb7cfc72512 [file] [log] [blame]
{
"name": "CalcLibrary",
"version": "1.0.2",
"summary": "This Library used to calculate the two numbers using aritmatic operator",
"description": "Library to calculate two numbers using aritmatic operator, this library only used for learning purposes",
"homepage": "https://github.com/billxcode",
"license": "MIT",
"authors": {
"Bill Tanthowi Jauhari": "bill.tanthowi.j@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/billxcode/calc-swift-library.git",
"tag": "1.0.2"
},
"source_files": "CalcLibrary/*.swift"
}