blob: a4e9e908aac8051f73b173398851b4ee358697c0 [file] [log] [blame]
{
"name": "EmplateSDK",
"version": "2.0.2",
"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": "2.0.2"
},
"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.0.0"
]
}
}