blob: 7edb49363dd0404e68b72720cb77ca3b4c103b5d [file] [log] [blame]
{
"name": "toastcam_core_app_extension",
"version": "1.9.7",
"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.9.7"
},
"platforms": {
"ios": "10.0"
},
"source_files": "toastcam_core/Classes/**/*",
"resources": "toastcam_core/Assets/**/*",
"dependencies": {
"toastcam_loginkit_app_extension": [
"~> 1.5.6"
]
},
"frameworks": [
"UIKit",
"CoreBluetooth",
"CoreLocation"
],
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DAPP_EXTENSIONS"
}
}