blob: 969f55fc1533f74d13558e1f546e21c00fa6d148 [file] [log] [blame]
{
"name": "RaveSDK",
"version": "2.0.3",
"summary": "RaveSDK",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/solejay/RaveSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"solejay": "segun.solaja@flutterwavego.com"
},
"source": {
"git": "https://github.com/solejay/RaveSDK.git",
"tag": "2.0.3"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "RaveSDK/Classes/*/**",
"ios": {
"resource_bundles": {
"RaveSDK": "RaveSDK/Assets/{*.png,*.json}"
}
},
"frameworks": "UIKit",
"dependencies": {
"IQKeyboardManagerSwift": [
],
"lottie-ios": [
"~>3.0.2"
],
"Alamofire": [
]
},
"swift_version": "5.0"
}