blob: 343d3688780023e913a36aaf82cd36388dd5176c [file] [log] [blame]
{
"name": "AdditionLib",
"version": "0.1.0",
"summary": "Library to add 2 numbers.",
"description": "This library is capable of doing addition of 2 numbers.",
"homepage": "https://github.com/navjotbedi/AdditionLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"navjotbedi": "navjotsinghbedi@gmail.com"
},
"source": {
"git": "https://github.com/navjotbedi/AdditionLib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AdditionLib/Classes/**/*"
}