blob: 28dcfe276d590eee5950b4cf43e4a74965a9f5ea [file] [log] [blame]
{
"name": "toastcam_core",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "toastcam_core/Classes/**/*",
"resources": "toastcam_core/Assets/**/*",
"dependencies": {
"toastcam_loginkit": [
"~> 1.0.0"
],
"JustLog": [
"~> 2.0.0"
]
},
"frameworks": [
"UIKit",
"CoreBluetooth",
"CoreLocation"
]
}