blob: 4d80ff63d8ebb24326a3dd2fb1ae130830bc46e6 [file] [log] [blame]
{
"name": "RaveSDK",
"version": "2.0.1",
"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.1"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "RaveSDK/Classes/*/**",
"ios": {
"resource_bundles": {
"RaveSDK": "RaveSDK/Assets/*.png"
}
},
"frameworks": "UIKit",
"dependencies": {
"IQKeyboardManagerSwift": [
],
"lottie-ios": [
"~>3.0.2"
],
"Alamofire": [
]
},
"swift_version": "5.0"
}