blob: 7ed3277324f9de0358f95289a51df38d64ec27c0 [file] [log] [blame]
{
"name": "UserSDK",
"version": "0.1.0",
"summary": "SDK for user.com",
"homepage": "http://user.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrzej Puczyk": "a.puczyk@futuremind.com"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "5.0",
"source": {
"git": "https://github.com/UserEngage/iOS-SDK.git",
"tag": "0.1.0"
},
"module_name": "UserSDK",
"prefix_header_file": false,
"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"
}
}