123456789101112131415161718192021222324252627282930313233343536373839404142 |
- #
- # Be sure to run `pod spec lint PalioLite.podspec' to ensure this is a
- # valid spec and to remove all comments including this before submitting the spec.
- #
- # To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
- # To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
- #
- Pod::Spec.new do |spec|
- spec.name = "DigiXLite"
- spec.version = "2.2.2"
- spec.summary = "DigiXLite Framework"
- spec.description = <<-DESC
- DigiXLite Framework, embed Contact Center, Live Streaming, Push Notifications, Instant Messaging, Video and VoIP Calling features into your mobile apps within minutes...
- DESC
- spec.homepage = "https://newuniverse.io/"
- spec.license = "MIT"
- spec.author = { "Yayan D Wicaksono" => "ya2n.wicaksono@gmail.com" }
- spec.ios.deployment_target = "14.0"
- # spec.source = { :http => 'https://newuniverse.io/UCPaaSiOS/releases/download/DigiXLite/v2.2.2/DigiXLite.zip' }
- spec.source = { :path => '.' }
- spec.source_files = 'DigiXLite/Source/**/*'
- spec.resource_bundles = { 'DigiXLite' => ['DigiXLite/Resource/**/*']}
- spec.swift_version = '5.5.1'
- spec.dependency 'FMDB', '~> 2.7.5'
- spec.dependency 'nuSDKService', '~> 1.0.1'
- spec.dependency 'NotificationBannerSwift', '3.0.6'
- spec.dependency 'Alamofire', '~> 5.8.1'
- spec.dependency 'SDWebImage', '~> 5.15.7'
- spec.dependency 'Toast-Swift', '~> 5.0.1'
- spec.dependency 'ZIPFoundation', '~> 0.9.16'
- spec.dependency 'SwiftLinkPreview', '~> 3.4.0'
- spec.dependency 'Popover'
- # spec.static_framework = true
- # spec.dependency 'iOS-WebP'
- # spec.preserve_path = 'DigiXLite.framework'
- # spec.xcconfig = { 'OTHER_LDFLAGS' => '-framework DigiXLite' }
- spec.ios.vendored_frameworks = "DigiXLite.framework"
- spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'ENABLE_BITCODE' => 'NO' }
- spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'ENABLE_BITCODE' => 'NO' }
- end
|