blob: 7c25db4f6c60595f11e3c6733905141cfe537df2 [file] [log] [blame]
{
"name": "MatrixKitKit",
"version": "0.1.0",
"homepage": "https://github.com/ostaptyv/Matrix",
"documentation_url": "https://github.com/ostaptyv/Matrix",
"license": {
"type": "MIT",
"file": "Matrix.xcframework/LICENSE"
},
"authors": {
"Ostap Tyvonovych": "ostap12.tuvonovych12@gmail.com"
},
"summary": "Do operations with matrices easily and conviniently",
"description": "Mathematical framework written on Swift that allows you to do operations with matrices",
"platforms": {
"ios": "12.0"
},
"source": {
"http": "https://github.com/ostaptyv/Matrix-CocoaPods/blob/master/0.1.0/Matrix-0.1.0.zip?raw=true"
},
"requires_arc": true,
"swift_versions": "5.0",
"module_name": "Matrix",
"preserve_paths": "Matrix.xcframework",
"vendored_frameworks": "Matrix.xcframework",
"swift_version": "5.0"
}