blob: 11611b872fc816bf3ad7e85f14880b1b0d821444 [file] [log] [blame]
{
"name": "MiloSdk",
"version": "8.0",
"summary": "Milo SDK",
"description": "For Milo SDK implementation steps, check README.md.",
"homepage": "https://github.com/Glynk/Milo-iOS-SDK.git",
"license": "MIT",
"authors": {
"Jaleel Nazir": "jaleel@glynk.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/Glynk/Milo-iOS-SDK.git",
"tag": "8.0"
},
"swift_versions": "5.0",
"source_files": "MiloSdk/*.{h}",
"ios": {
"frameworks": "UIKit",
"vendored_frameworks": "MiloSdk/MiloSdk.framework"
},
"static_framework": true,
"dependencies": {
"Alamofire": [
"4.8.2"
],
"ObjectMapper": [
"3.5.0"
],
"Kingfisher": [
"5.6.0"
],
"IQKeyboardManagerSwift": [
"6.4.0"
],
"Google/Analytics": [
"3.1.0"
],
"Amplitude-iOS": [
"4.6.0"
],
"Socket.IO-Client-Swift": [
"15.1.0"
],
"lottie-ios": [
"3.1.0"
]
},
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/MiloSdk\""
},
"requires_arc": true,
"swift_version": "5.0"
}