blob: 4d301ea3160b0d7717d9c075bf07250c03ab15c7 [file] [log] [blame]
{
"name": "EmplateSDK",
"version": "3.5.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": "3.5.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.3.0"
]
}
}