1234567891011121314151617181920212223242526272829303132333435363738394041 |
- #
- # 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 = "NexilisLite"
- spec.version = "2.2.1"
- spec.summary = "NexilisLite Framework"
- spec.description = <<-DESC
- NexilisLite 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/NexilisLite/v2.2.1/NexilisLite.zip' }
- spec.source = { :path => '.' }
- spec.source_files = 'NexilisLite/Source/**/*'
- spec.resource_bundles = { 'NexilisLite' => ['NexilisLite/Resource/**/*']}
- spec.swift_version = '5.5.1'
- spec.dependency 'FMDB', '~> 2.7.5'
- spec.dependency 'nuSDKService', '~> 1.0.0'
- spec.dependency 'NotificationBannerSwift', '~> 3.2.1'
- spec.dependency 'Alamofire', '~> 5.7.0'
- 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.dependency 'iOS-WebP'
- # spec.preserve_path = 'NexilisLite.framework'
- # spec.xcconfig = { 'OTHER_LDFLAGS' => '-framework NexilisLite' }
- spec.ios.vendored_frameworks = "NexilisLite.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
|