SellyCloudSDK_demo/Example/Pods/Local Podspecs/SellyCloudSDK.podspec.json

54 lines
1.3 KiB
JSON

{
"name": "SellyCloudSDK",
"version": "0.1.0",
"summary": "A short description of SellyCloudSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Caleb/SellyCloudSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Caleb": "liaoqiang1123@gmail.com"
},
"source": {
"git": "https://github.com/Caleb/SellyCloudSDK.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.10",
"source_files": "SellyCloudSDK/Classes/**/*",
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 arm64",
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"CLANG_CXX_LANGUAGE_STANDARD": "c++17",
"OTHER_LDFLAGS": "-ObjC"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"resources": [
"SellyCloud/sdk/SellyCloudSDK.framework/*.bundle"
],
"vendored_frameworks": "SellyCloudSDK/sdk/*.framework",
"dependencies": {
"CocoaLumberjack": [
"~>3.7.2"
],
"CocoaLumberjack/Swift": [],
"ReactiveObjC": [],
"AFNetworking": [],
"Reachability": [],
"YYModel": [],
"SSZipArchive": [],
"SocketRocket": [],
"Logboard": [
"~> 2.5.0"
]
},
"swift_version": "5.10"
}