blob: dee1499c24cc50d020c28caa1432c33073e2721e [file] [log] [blame]
{
"name": "MikadoSDK",
"version": "0.0.1",
"summary": "A short description of MikadoSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitlab.com/prettytechnical/mikado-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Cabrera": "https://gitlab.com/prettytechnical/mikado-sdk"
},
"source": {
"git": "git@gitlab.com:prettytechnical/mikado-sdk.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "12.1"
},
"static_framework": true,
"source_files": "MikadoSDK/**/*",
"dependencies": {
"Alamofire": [
"~> 5.2"
],
"SwiftKeychainWrapper": [
]
},
"swift_versions": "5",
"exclude_files": [
"./Pods",
"./Podfile",
"./Podfile.lock",
"MikadoSDK/**/*.plist"
],
"swift_version": "5"
}