blob: cb5bb9652b0710ae30dd581a9474df420e68bfba [file] [log] [blame]
{
"name": "IBMath",
"version": "0.0.1",
"summary": "A CocoaPods library written in Swift.",
"description": "A CocoaPods library written in Swift that helps you about Math basic operations.",
"homepage": "https://github.com/ilkerbagci/IBMath",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"İlker Bağcı": "ilkerrbagci@gmail.com"
},
"platforms": {
"ios": "13.2"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/ilkerbagci/IBMath.git",
"tag": "0.0.1"
},
"source_files": "IBMath/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"swift_version": "4.2"
}