blob: 20d0d029e8b02c0b6517f852b5770e9bccc6d29a [file] [log] [blame]
{
"name": "MathOperations",
"version": "0.0.3",
"summary": "A util class for math operations.",
"description": "This CocoaPod provides a util class for math operations.",
"homepage": "https://github.com/naveenthontepu/MathOperations",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Naveen Thontepu": "tnaveen.leo@gmail.com"
},
"source": {
"git": "https://github.com/naveenthontepu/MathOperations.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ios-project/library/MathOperations/**/*"
}