blob: a5931d05c21b78ee9c62aef23c99dc9a9e5ab30c [file] [log] [blame]
{
"name": "toastcam_core",
"version": "1.7.2",
"summary": "Toastcam IoT core library.",
"description": "It provides IoT core classes to install toastcam and to dectect access of enter and exit.",
"homepage": "https://github.nhnent.com/mediatechlab/toastcam_core_ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KWANG HYOUN KIM": "pisces@nhn.com"
},
"source": {
"git": "https://github.nhnent.com/mediatechlab/toastcam_core_ios.git",
"tag": "1.7.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "toastcam_core/Classes/**/*",
"resources": "toastcam_core/Assets/**/*",
"dependencies": {
"Device": [
"~> 3.1.2"
],
"toastcam_loginkit": [
"~> 1.4.0"
]
},
"frameworks": [
"UIKit",
"CoreBluetooth",
"CoreLocation"
]
}