| { |
| "name": "toastcam_uikit", |
| "version": "1.0.3", |
| "summary": "Extensions and components of UIKit for ToastCam App", |
| "description": "Extensions and components of UIKit for ToastCam App", |
| "homepage": "https://github.nhnent.com/mediatechlab/toastcam_uikit_ios.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "KWANG HYOUN KIM": "pisces@nhnent.com" |
| }, |
| "source": { |
| "git": "https://github.nhnent.com/mediatechlab/toastcam_uikit_ios.git", |
| "tag": "1.0.3" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "default_subspecs": "Core", |
| "dependencies": { |
| "SimpleLayout-Swift": [ |
| "~> 1.0.1" |
| ] |
| }, |
| "frameworks": "UIKit", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "toastcam_uikit/Classes/**/*", |
| "resources": "toastcam_uikit/Assets/**/*", |
| "dependencies": { |
| "MaterialComponents/ActivityIndicator": [ |
| |
| ], |
| "MaterialComponents/Snackbar": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "AppExtension", |
| "source_files": "toastcam_uikit/Classes/**/*", |
| "resources": "toastcam_uikit/Assets/**/*", |
| "pod_target_xcconfig": { |
| "OTHER_SWIFT_FLAGS": "-DAPP_EXTENSIONS" |
| } |
| } |
| ] |
| } |