blob: f8027733f302a3708ce2be48b9621e544b84cf27 [file] [log] [blame]
{
"name": "EmplateSDK",
"version": "3.6.9",
"summary": "The Emplate iOS SDK.",
"homepage": "http://emplate.it",
"authors": {
"Emplate ApS": "http://emplate.it"
},
"license": "Other",
"module_name": "EmplateSDK",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Emplate/emplate-ios-sdk.git",
"tag": "3.6.9"
},
"vendored_frameworks": "EmplateSDK.framework",
"preserve_paths": "EmplateSDK.framework",
"module_map": "EmplateSDK.framework/Modules/module.modulemap",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"MobileCoreServices",
"CoreBluetooth",
"CoreLocation"
],
"dependencies": {
"Realm": [
"~>3.13.1"
],
"TrustKit": [
]
}
}