Sha256: 06567db8408077a8591d097523abe984a693fd4f4fb4c339850910af59e85802
Contents?: true
Size: 651 Bytes
Versions: 12
Compression:
Stored size: 651 Bytes
Contents
Pod::Spec.new do |s| s.name = '${POD_NAME}Interface' s.version = '0.1.0' s.summary = '${POD_NAME}Interface Module' s.homepage = 'https://bitbucket.org/acelera' s.author = { '${USER_NAME}' => '${USER_EMAIL}' } s.source = { :git => 'https://bitbucket.org/acelera/${POD_NAME}Interface', :tag => s.version.to_s } s.platform = :ios, '13.0' s.source_files = '${POD_NAME}Interface/**/*' s.exclude_files = '${POD_NAME}Interface/Resources/*.plist' # INTERNAL DEPENDENCY ${FEATURE_INTERNAL} # THIRTY PARTY end
Version data entries
12 entries across 12 versions & 1 rubygems