Sha256: 28a61282f7be4029c326906a6815c6d228f26810fc432e874706e76892c8dbb0
Contents?: true
Size: 830 Bytes
Versions: 3
Compression:
Stored size: 830 Bytes
Contents
# # Be sure to run `pod lib lint TEMPLATE.podspec' to ensure this is a # valid spec before submitting. # # Any lines starting with a # are optional, but their use is encouraged # To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html # Pod::Spec.new do |s| s.name = 'TEMPLATE' s.version = '1.0.0' s.summary = 'TEMPLATE' s.swift_version = "5.0" s.description = 'TEMPLATE' s.homepage = 'https://github.com/fabernovel/TEMPLATE' s.license = { :type => 'MIT', :file => 'LICENSE' } # s.author = { 'TEMPLATE' => 'TEMPLATE@fabernovel.com' } s.source = { :git => 'https://github.com/fabernovel/TEMPLATE.git', :tag => s.version.to_s } s.ios.deployment_target = '10.0' s.source_files = 'Source/Classes/**/*' end
Version data entries
3 entries across 3 versions & 1 rubygems