blob: 7ce43d99c0063057549f6c86261b8699cf97c30a [file] [log] [blame]
{
"name": "toastcam_loginkit_app_extension",
"version": "1.5.2",
"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@nhn.com"
},
"source": {
"git": "https://github.nhnent.com/mediatechlab/toastcam_loginkit.git",
"tag": "1.5.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "toastcam_loginkit/Classes/**/*",
"resources": "toastcam_loginkit/Assets/**/*",
"dependencies": {
"ObjectMapper": [
"~> 3.5.1"
],
"Alamofire": [
"~> 4.9.1"
],
"AlamofireObjectMapper": [
"~> 5.2.0"
],
"APNSUtilAppExtension": [
"~> 1.5.0"
],
"toastcam_uikit_app_extension": [
"~> 1.5.1"
]
},
"frameworks": [
"SystemConfiguration",
"MobileCoreServices",
"AdSupport",
"AssetsLibrary"
],
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DAPP_EXTENSIONS"
}
}