blob: 01f40bb8b204c091338c79390f75a62a76a70de5 [file] [log] [blame]
{
"name": "toastcam_loginkit_app_extension",
"version": "1.0.3",
"summary": "A short description of toastcam_loginkit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.nhnent.com/mediatechlab/toastcam_loginkit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pisces": "pisces@nhnent.com"
},
"source": {
"git": "https://github.nhnent.com/mediatechlab/toastcam_loginkit.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "toastcam_loginkit/Classes/**/*",
"resources": "toastcam_loginkit/Assets/**/*",
"dependencies": {
"Alamofire": [
"~> 4.6.0"
],
"AlamofireObjectMapper": [
"~> 5.0.0"
],
"APNSUtilAppExtension": [
"~> 1.1.4"
],
"toastcam_uikit_app_extension": [
"~> 1.0.3"
]
},
"frameworks": [
"SystemConfiguration",
"MobileCoreServices",
"AdSupport",
"AssetsLibrary"
],
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DAPP_EXTENSIONS"
}
}