Initial commit
parents
.DS_Store
0 → 100644
File added
LICENSE
0 → 100644
MyIdSDK.podspec
0 → 100644
Pod::Spec.new do |spec| | ||
spec.name = "MyID" | ||
spec.version = "2.0.0" | ||
spec.platform = :ios, '11.0' | ||
spec.ios.deployment_target = '11.0' | ||
spec.summary = "MyID Framework" | ||
spec.description = "MyID Framework for iOS" | ||
spec.homepage = "https://gitlab.myid.uz/myid-public-code/myid-sample-ios" | ||
spec.documentation_url = "https://gitlab.myid.uz/myid-public-code/myid-sample-ios" | ||
spec.swift_versions = '5.0' | ||
spec.license = { :type => 'Commercial', :text => 'See www.myid.uz' } | ||
spec.author = { "Uzinfocom" => "..." } | ||
spec.swift_version = "5.8" | ||
spec.source = { :http => 'https://gitlab.myid.uz/myid-sdk/myid-ios-sdk/releases/download/2.0.0/MyIdSDK.xcframework.zip' } | ||
spec.ios.vendored_frameworks = 'MyID.xcframework' | ||
end | ||
\ No newline at end of file |
Please register or sign in to comment