blob: 9b1557be0aa3d39ce06e6ed8157d52e0b0fbb16c [file] [log] [blame]
{
"name": "MiloSdk",
"version": "1.0",
"summary": "Milo SDK",
"description": "For Milo SDK implementation steps, check Readme file.",
"homepage": "https://bitbucket.org/Glynk/milo-ios-pod",
"license": "MIT",
"authors": {
"Jaleel Nazir": "jaleel@glynk.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://bitbucket.org/Glynk/milo-ios-pod.git",
"tag": "1.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": [
"2.5.2"
],
"ObjectMapper": [
"3.4.2"
],
"Socket.IO-Client-Swift": [
"14.0.0"
]
},
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/MiloSdk\""
},
"requires_arc": true
}