blob: 6a447ab86c471b8ee9c4c5d7f27c5954a7211e58 [file] [log] [blame]
{
"name": "toastcam_core_app_extension",
"version": "1.1.0",
"summary": "A short description of toastcam_core.",
"description": "TODO: Add long description of the pod here.",
"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.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "toastcam_core/Classes/**/*",
"resources": "toastcam_core/Assets/**/*",
"dependencies": {
"JustLog": [
"~> 2.0.0"
],
"toastcam_loginkit_app_extension": [
"~> 1.1.0"
]
},
"frameworks": [
"UIKit",
"CoreBluetooth",
"CoreLocation"
],
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DAPP_EXTENSIONS"
}
}