blob: 4355c2281844d2b0cf0e0127824381255a3451e7 [file] [log] [blame]
{
"name": "toastcam_loginkit_app_extension",
"version": "1.1.4",
"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.1.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "toastcam_loginkit/Classes/**/*",
"resources": "toastcam_loginkit/Assets/**/*",
"dependencies": {
"Alamofire": [
"~> 4.6.0"
],
"AlamofireObjectMapper": [
"~> 5.0.0"
],
"APNSUtilAppExtension": [
"~> 1.3.0"
],
"toastcam_uikit_app_extension": [
"~> 1.1.0"
]
},
"frameworks": [
"SystemConfiguration",
"MobileCoreServices",
"AdSupport",
"AssetsLibrary"
],
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DAPP_EXTENSIONS"
}
}