blob: bdb34248f8aebe5ccd41b266f8aeaa0264235c4a [file] [log] [blame]
{
"name": "CalcLibrary",
"version": "1.0.0",
"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": "5.0"
},
"source": {
"git": "https://github.com/billxcode/calc-swift-library.git",
"tag": "1.0.0"
},
"source_files": "CalcLibrary"
}