blob: 51c91219731ccb906007caf2ea8410260c94f428 [file] [log] [blame]
{
"name": "MiloSdk",
"version": "5.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": "5.0"
},
"source_files": "MiloSdk/*.{h}",
"ios": {
"frameworks": "UIKit",
"vendored_frameworks": "MiloSdk/MiloSdk.framework"
},
"static_framework": true,
"dependencies": {
"Alamofire": [
"4.8.1"
],
"Amplitude-iOS": [
"4.5.0"
],
"Crashlytics": [
"3.12.0"
],
"Fabric": [
"1.9.0"
],
"Google/Analytics": [
"2.0.4"
],
"IQKeyboardManagerSwift": [
"6.2.0"
],
"Kingfisher": [
"5.1.1"
],
"lottie-ios": [
"3.0.4"
],
"ObjectMapper": [
"3.4.2"
],
"Socket.IO-Client-Swift": [
"14.0.0"
]
},
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/MiloSdk\""
},
"requires_arc": true
}