2.2.1 version
No preview for this file type
Pod::Spec.new do |spec| | Pod::Spec.new do |spec| | ||
spec.name = "MyIdSDK" | spec.name = "MyIdSDK" | ||
spec.version = "2.2.0" | spec.version = "2.2.1" | ||
spec.platform = :ios, '11.0' | spec.platform = :ios, '11.0' | ||
spec.ios.deployment_target = '11.0' | spec.ios.deployment_target = '11.0' | ||
spec.summary = "MyID Framework" | spec.summary = "MyID Framework" | ||
... | @@ -11,6 +11,6 @@ Pod::Spec.new do |spec| | ... | @@ -11,6 +11,6 @@ Pod::Spec.new do |spec| |
spec.license = { :type => 'Commercial', :text => 'See www.myid.uz' } | spec.license = { :type => 'Commercial', :text => 'See www.myid.uz' } | ||
spec.author = { "Uzinfocom" => "..." } | spec.author = { "Uzinfocom" => "..." } | ||
spec.swift_version = "5.8" | spec.swift_version = "5.8" | ||
spec.source = { :http => 'https://gitlab.aigroup.uz/myid-sdk/myid-ios-sdk/uploads/90a4afc61b525e4d3611230942ff98aa/MyIdSDK.xcframework.zip' } | spec.source = { :git => "https://github.com/javokhirsavriev/myid-ios-sdk.git", :tag => spec.version } | ||
spec.ios.vendored_frameworks = 'MyIdSDK.xcframework' | spec.ios.vendored_frameworks = 'MyIdSDK.xcframework' | ||
end | end | ||
\ No newline at end of file |
File added
File added
File added
This source diff could not be displayed because it is too large. You can view the blob instead.
File added
File added
File added
File added
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment