| { |
| "name": "ToastLogger_unity", |
| "version": "0.99.0", |
| "summary": "ToastSDK ToastLogger Version 0.99.0", |
| "homepage": "https://github.com/hyup1028/toastcloud.sdk", |
| "license": { |
| "type": "Apache License, Version 2.0", |
| "file": "toastcloud.sdk-0.99.0/LICENSE.md" |
| }, |
| "authors": { |
| "hyup1028": "hyup1028@nhn.com" |
| }, |
| "source": { |
| "http": "https://github.com/hyup1028/toastcloud.sdk/archive/0.99.0.zip" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "user_target_xcconfig": { |
| "ENABLE_BITCODE": "NO" |
| }, |
| "ios": { |
| "vendored_frameworks": [ |
| "toastcloud.sdk-0.99.0/Frameworks/ToastLogger.framework", |
| "toastcloud.sdk-0.99.0/Frameworks/External/CrashReporter.framework" |
| ] |
| }, |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "dependencies": { |
| "ToastCore_unity": [ |
| "0.99.0" |
| ] |
| } |
| } |