blob: f5879f11cc6c32abb5459f794597d7eb8ac12a6e [file] [log] [blame]
{
"name": "toastcam_loginkit_app_extension",
"version": "1.2.1",
"summary": "Library for toastcam account managing.",
"description": "This libirary provides toastcam account managing and network manager.",
"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.2.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "toastcam_loginkit/Classes/**/*",
"resources": "toastcam_loginkit/Assets/**/*",
"dependencies": {
"ObjectMapper": [
"~> 3.4.2"
],
"Alamofire": [
"~> 4.7.3"
],
"AlamofireObjectMapper": [
"~> 5.1.0"
],
"APNSUtilAppExtension": [
"~> 1.5.0"
],
"toastcam_uikit_app_extension": [
"~> 1.3.0"
]
},
"frameworks": [
"SystemConfiguration",
"MobileCoreServices",
"AdSupport",
"AssetsLibrary"
],
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DAPP_EXTENSIONS"
}
}