blob: 8965b1f4f2175d72df01d8fbc24dcb94a6b1d7a2 [file] [log] [blame]
{
"name": "UserSDK",
"version": "0.2.0",
"summary": "SDK for user.com",
"homepage": "http://user.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Future Mind": "hello@futuremind.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.1.2",
"module_name": "UserSDK",
"source": {
"git": "https://github.com/UserEngage/iOS-SDK.git",
"tag": "0.2.0"
},
"vendored_frameworks": "UserSDK.framework",
"static_framework": true,
"frameworks": [
"Foundation",
"UIKit",
"CoreTelephony",
"AdSupport",
"SystemConfiguration",
"UserNotifications"
],
"dependencies": {
"Firebase/Core": [
],
"Firebase/Messaging": [
]
},
"user_target_xcconfig": {
"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "YES"
},
"swift_version": "5.1.2"
}