|
@@ -17,7 +17,7 @@ Pod::Spec.new do |spec|
|
|
|
spec.homepage = "https://github.com/yayandw/qmeralite/"
|
|
|
spec.license = "MIT"
|
|
|
spec.author = { "Yayan D Wicaksono" => "ya2n.wicaksono@gmail.com" }
|
|
|
- spec.ios.deployment_target = "14.5"
|
|
|
+ spec.ios.deployment_target = "14.0"
|
|
|
# spec.source = { :http => 'https://github.com/yayandw/QmeraLite/releases/download/v1.0.2/QmeraLite.zip' }
|
|
|
spec.source = { :path => '.' }
|
|
|
spec.source_files = 'NexilisLite/Source/**/*'
|