blob: 29807c01cacf7ee4b82158bbf1556b09a1c85615 [file] [log] [blame]
{
"name": "CalculatorLibrary",
"version": "1.0.2",
"summary": "A Simple Calculator",
"description": "Easily perform calculations in any iOS applicatoin.",
"homepage": "https://github.com/yotamoo/CalculatorLibrary",
"license": {
"type": "Commercial",
"text": "https://www.supersonic.com/terms-of-use/"
},
"authors": {
"YOS": "some@email.com"
},
"source": {
"git": "https://github.com/yotamoo/CalculatorLibrary.git",
"tag": "v1.0.2"
},
"public_header_files": "CalculatorLibrary.framework/Versions/A/Headers/*.h",
"preserve_paths": "CalculatorLibrary.framework/*",
"platforms": {
"ios": null
},
"requires_arc": true,
"libraries": "z",
"vendored_frameworks": "CalculatorLibrary.framework"
}