# # Be sure to run `pod lib lint SellyCloudSDK.podspec' to ensure this is a # valid spec before submitting. # # Any lines starting with a # are optional, but their use is encouraged # To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html # Pod::Spec.new do |s| s.name = 'SellyCloudSDK' s.version = '0.1.0' s.summary = 'A short description of SellyCloudSDK.' # This description is used to generate tags and improve search results. # * Think: What does it do? Why did you write it? What is the focus? # * Try to keep it short, snappy and to the point. # * Write the description between the DESC delimiters below. # * Finally, don't worry about the indent, CocoaPods strips it! s.description = <<-DESC TODO: Add long description of the pod here. DESC s.homepage = 'https://github.com/Caleb/SellyCloudSDK' # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Caleb' => 'liaoqiang1123@gmail.com' } s.source = { :git => 'https://github.com/Caleb/SellyCloudSDK.git', :tag => s.version.to_s } # s.social_media_url = 'https://twitter.com/' s.ios.deployment_target = '13.0' s.swift_version = "5.10" s.source_files = 'SellyCloudSDK/Classes/**/*' s.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' } s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } s.resources = ['SellyCloud/sdk/SellyCloudSDK.framework/*.bundle'] s.vendored_frameworks = 'SellyCloudSDK/sdk/*.framework' s.dependency 'CocoaLumberjack', '~>3.7.2' s.dependency 'CocoaLumberjack/Swift' s.dependency 'ReactiveObjC' s.dependency 'AFNetworking' s.dependency 'Reachability' s.dependency 'YYModel' s.dependency 'SSZipArchive' s.dependency 'SocketRocket' s.dependency 'Logboard', '~> 2.5.0' end