blob: ce47e0d8644423badedcf7f35caeb8aed678bc24 [file] [log] [blame]
{
"name": "toastcam_core",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"dependencies": {
"JustLog": [
"~> 2.0.0"
]
},
"frameworks": [
"UIKit",
"CoreBluetooth",
"CoreLocation"
],
"subspecs": [
{
"name": "Core",
"source_files": "toastcam_core/Classes/**/*",
"resources": "toastcam_core/Assets/**/*",
"dependencies": {
"toastcam_loginkit": [
"~> 1.0.1"
]
}
},
{
"name": "AppExtension",
"source_files": "toastcam_core/Classes/**/*",
"resources": "toastcam_core/Assets/**/*",
"dependencies": {
"toastcam_loginkit/AppExtension": [
"~> 1.0.1"
]
},
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DAPP_EXTENSIONS"
}
}
]
}