NexilisLite.podspec 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 = "2.2.2"
  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.5'
  25. # spec.dependency 'nuSDKService', '~> 1.0.1'
  26. spec.dependency 'NotificationBannerSwift', '3.0.6'
  27. spec.dependency 'Alamofire', '~> 5.8.1'
  28. spec.dependency 'SDWebImage', '~> 5.15.7'
  29. spec.dependency 'Toast-Swift', '~> 5.0.1'
  30. spec.dependency 'ZIPFoundation', '~> 0.9.16'
  31. spec.dependency 'SwiftLinkPreview', '~> 3.4.0'
  32. spec.dependency 'Popover'
  33. # spec.static_framework = true
  34. # spec.dependency 'iOS-WebP'
  35. spec.vendored_frameworks = 'nuSDKService.framework'
  36. spec.ios.vendored_frameworks = "NexilisLite.framework"
  37. spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'ENABLE_BITCODE' => 'NO' }
  38. spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'ENABLE_BITCODE' => 'NO' }
  39. end