blob: 175de6bf4a1caf0ec36b1d718489261f755968ea [file] [log] [blame]
{
"name": "EmplateSDK",
"version": "5.0.0",
"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": "5.0.0"
},
"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": [
]
}
}