Pod::Spec.new do |spec| # Pod info spec.name = 'VatomFace3D' spec.version = '3.0.3' spec.license = { :type => 'ISC' } spec.author = { 'BLOCKv' => 'developer.blockv.io' } spec.homepage = 'https://github.com/BLOCKvIO/3D-Face' spec.summary = 'This vAtom face can plug into the SDKs to render 3D content in either binary glTF or V3D format.' spec.source = { :git => 'https://github.com/BLOCKvIO/3D-Face.git', :tag => spec.version.to_s } spec.source_files = 'ios/*.{swift}' spec.resources = 'webapp/**' spec.swift_version = '5.0' spec.ios.deployment_target = '11.0' # iOS framework dependencies spec.framework = 'WebKit' # Dependencies spec.dependency 'BLOCKv' spec.dependency 'NVActivityIndicatorView' end