NexilisLite.podspec 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #
  2. # Be sure to run `pod spec lint PalioLite.podspec' to ensure this is a
  3. # valid spec and to remove all comments including this before submitting the spec.
  4. #
  5. # To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
  6. # To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
  7. #
  8. Pod::Spec.new do |spec|
  9. spec.name = "NexilisLite"
  10. spec.version = "3.3.1"
  11. spec.summary = "NexilisLite Framework"
  12. spec.description = <<-DESC
  13. NexilisLite Framework, embed Contact Center, Live Streaming, Push Notifications, Instant Messaging, Video and VoIP Calling features into your mobile apps within minutes...
  14. DESC
  15. spec.homepage = "https://nexilis.io/"
  16. spec.license = "MIT"
  17. spec.author = { "Yayan D Wicaksono" => "ya2n.wicaksono@gmail.com" }
  18. spec.ios.deployment_target = "14.0"
  19. # spec.source = { :http => 'https://nexilis.io/UCPaaSiOS/releases/download/NexilisLite/v2.2.2/NexilisLite.zip' }
  20. spec.source = { :path => '.' }
  21. spec.source_files = 'NexilisLite/Source/**/*'
  22. spec.resource_bundles = { 'NexilisLite' => ['NexilisLite/Resource/**/*']}
  23. spec.swift_version = '5.5.1'
  24. spec.dependency 'FMDB', '~> 2.7.12'
  25. spec.dependency 'nuSDKService', '~> 4.0.2'
  26. spec.dependency 'NotificationBannerSwift', '~> 3.1.0'
  27. spec.dependency 'Alamofire', '~> 5.10.1'
  28. spec.dependency 'SDWebImage', '~> 5.20.0'
  29. spec.dependency 'Toast-Swift', '~> 5.1.1'
  30. spec.dependency 'ZIPFoundation', '~> 0.9.19'
  31. spec.dependency 'SwiftLinkPreview', '~> 3.4.0'
  32. spec.dependency 'KeychainAccess'
  33. spec.dependency 'Popover'
  34. # spec.static_framework = true
  35. # spec.dependency 'iOS-WebP'
  36. # spec.vendored_frameworks = 'nuSDKService.framework'
  37. spec.ios.vendored_frameworks = "NexilisLite.framework"
  38. spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'ENABLE_BITCODE' => 'NO' }
  39. spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'ENABLE_BITCODE' => 'NO' }
  40. end