Sha256: 933a50052982f0e8f7d79108829ad0a0d0c150c5f552f46349c98d50abb5dbae
Contents?: true
Size: 628 Bytes
Versions: 3
Compression:
Stored size: 628 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 # THIRTY PARTY end
Version data entries
3 entries across 3 versions & 1 rubygems