NexilisLite.podspec 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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 = "1.0.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://github.com/yayandw/qmeralite/"
  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://github.com/yayandw/QmeraLite/releases/download/v1.0.2/QmeraLite.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', '~> 0.0.7'
  26. spec.dependency 'NotificationBannerSwift', '~> 3.0.0'
  27. spec.dependency 'ReadabilityKit'
  28. spec.dependency 'Alamofire', '~> 5.5'
  29. spec.dependency 'SDWebImage', '~> 5.0'
  30. spec.dependency 'Toast-Swift', '~> 5.0.1'
  31. spec.dependency 'Zip', '~> 2.1'
  32. # spec.dependency 'iOS-WebP'
  33. # spec.preserve_path = 'NexilisLite.framework'
  34. # spec.xcconfig = { 'OTHER_LDFLAGS' => '-framework NexilisLite' }
  35. spec.ios.vendored_frameworks = "NexilisLite.framework", "Frameworks/nuSDKService.framework"
  36. spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'ENABLE_BITCODE' => 'NO' }
  37. spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'ENABLE_BITCODE' => 'NO' }
  38. end