2.2.1 version
No preview for this file type
Pod::Spec.new do |spec| | ||
spec.name = "MyIdSDK" | ||
spec.version = "2.2.0" | ||
spec.version = "2.2.1" | ||
spec.platform = :ios, '11.0' | ||
spec.ios.deployment_target = '11.0' | ||
spec.summary = "MyID Framework" | ||
... | ... | @@ -11,6 +11,6 @@ Pod::Spec.new do |spec| |
spec.license = { :type => 'Commercial', :text => 'See www.myid.uz' } | ||
spec.author = { "Uzinfocom" => "..." } | ||
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' | ||
end | ||
\ No newline at end of file | ||
end |
File added
File added
File added
This diff is collapsed.
File added
File added
File added
This diff is collapsed.
File added
This diff is collapsed.
Please register or sign in to comment