|
@@ -8,7 +8,7 @@
|
|
|
|
|
|
Pod::Spec.new do |spec|
|
|
|
spec.name = "NexilisLite"
|
|
|
- spec.version = "2.2.1"
|
|
|
+ spec.version = "2.2.2"
|
|
|
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...
|
|
@@ -18,7 +18,7 @@ Pod::Spec.new do |spec|
|
|
|
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 = { :http => 'https://newuniverse.io/UCPaaSiOS/releases/download/NexilisLite/v2.2.2/NexilisLite.zip' }
|
|
|
spec.source = { :path => '.' }
|
|
|
spec.source_files = 'NexilisLite/Source/**/*'
|
|
|
spec.resource_bundles = { 'NexilisLite' => ['NexilisLite/Resource/**/*']}
|
|
@@ -32,6 +32,7 @@ Pod::Spec.new do |spec|
|
|
|
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 = 'NexilisLite.framework'
|
|
|
# spec.xcconfig = { 'OTHER_LDFLAGS' => '-framework NexilisLite' }
|