blob: c962687b26f879e81aa63d6b3a2d0564cb425eec [file] [log] [blame]
{
"name": "toastcam_core_app_extension",
"version": "1.2.0",
"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@nhnent.com"
},
"source": {
"git": "https://github.nhnent.com/mediatechlab/toastcam_core_ios.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "toastcam_core/Classes/**/*",
"resources": "toastcam_core/Assets/**/*",
"dependencies": {
"Device": [
"~> 3.1.0"
],
"toastcam_loginkit_app_extension": [
"~> 1.2.0"
]
},
"frameworks": [
"UIKit",
"CoreBluetooth",
"CoreLocation"
],
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DAPP_EXTENSIONS"
}
}