blob: 49c8079160977ddf50e86ab8602e8f45d5ad5e46 [file] [log] [blame]
{
"name": "Drivit",
"version": "4.2.0",
"summary": "A really cool SDK.",
"homepage": "https://www.drivit.com",
"license": {
"type": "LICENSE",
"file": "LICENSE"
},
"authors": {
"Adão Rodrigues": "adao.rodrigues@drivit.com"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"static_framework": true,
"vendored_frameworks": "Drivit.framework",
"resource_bundles": {
"Resources": [
"Drivit.bundle"
]
},
"source": {
"git": "https://github.com/drivitapp/iOS-SDK.git",
"tag": "4.2.0"
},
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(inherited) \"${PODS_ROOT}/Drivit/Drivit.framework\" \"${PODS_CONFIGURATION_BUILD_DIR}/Drivit\""
},
"dependencies": {
"FirebaseMessaging": [
"4.3.1"
]
},
"swift_version": "5.0"
}