blob: 772479a7d3e28ca527859ae117847151834facd4 [file] [log] [blame]
{
"name": "BasicMathLibrary",
"version": "0.1.0",
"summary": "A Math Library with Basic Arithmatic functions.",
"description": "A Math Library with Basic Arithmatic functions that can easily used.'\nTODO: Add long description of the pod here.",
"homepage": "https://github.com/shivam-tomar-sanjose/BasicMathLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shivam-tomar-sanjose": "tomar.shivam@gmail.com"
},
"source": {
"git": "https://github.com/Shivam-Tomar-SanJose/BasicMathLibrary.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"BasicMathLibrary/Classes/*.h",
"BasicMathLibrary/Classes/*.m"
]
}