Pod::Spec.new do |spec| spec.name = 'BlackBerryDynamics' spec.version = '11.2.0.26' spec.homepage = 'https://developers.blackberry.com' spec.documentation_url = 'https://developers.blackberry.com/us/en/products/blackberry-dynamics/ios.html' spec.license = { :type => 'Commercial', :file => 'license.txt' } spec.author = 'BlackBerry' spec.summary = 'BlackBerry Dynamics secure application container management' spec.description = <<-DESC Framework for building secure enterprise applications managed by BlackBerry Unified Endpoint Management (UEM). DESC spec.platform = :ios, '15.0' spec.source = { :http => 'https://software.download.blackberry.com/repository/framework/dynamics/ios/11.2.0.26/BlackBerry_Dynamics_SDK_for_iOS_v11.2.0.26_dylib.zip' } spec.requires_arc = true spec.swift_version = '5.0' spec.subspec 'BlackBerryDynamics' do |core| core.preserve_paths = 'Frameworks/BlackBerryDynamics.xcframework', 'Frameworks/BlackBerryCerticom.xcframework', 'Frameworks/BlackBerryCerticomSBGSE.xcframework', 'license.txt', 'Documentation' core.vendored_frameworks = 'Frameworks/BlackBerryDynamics.xcframework', 'Frameworks/BlackBerryCerticom.xcframework', 'Frameworks/BlackBerryCerticomSBGSE.xcframework' end end