blob: de1993cd212204f848023333ea355b95c3e535b6 [file] [log] [blame]
{
"name": "toastcam_loginkit",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"dependencies": {
"Alamofire": [
"~> 4.6.0"
],
"AlamofireObjectMapper": [
"~> 5.0.0"
]
},
"frameworks": [
"SystemConfiguration",
"MobileCoreServices",
"AdSupport",
"AssetsLibrary"
],
"subspecs": [
{
"name": "Core",
"source_files": "toastcam_loginkit/Classes/**/*",
"resources": "toastcam_loginkit/Assets/**/*",
"dependencies": {
"APNSUtil": [
"~> 1.1.4"
],
"toastcam_uikit": [
"~> 1.0.3"
]
}
},
{
"name": "AppExtension",
"source_files": "toastcam_loginkit/Classes/**/*",
"resources": "toastcam_loginkit/Assets/**/*",
"dependencies": {
"APNSUtil/AppExtension": [
"~> 1.1.4"
],
"toastcam_uikit/AppExtension": [
"~> 1.0.3"
]
},
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DAPP_EXTENSIONS"
}
}
]
}