Sha256: f9bb5d084149809a20c19acc6fde90877c1cdb47422c5725e3ef287f222f303c

Contents?: true

Size: 828 Bytes

Versions: 2

Compression:

Stored size: 828 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    = "4.2"

  s.description      = 'TEMPLATE'

  s.homepage         = 'https://github.com/applidium/TEMPLATE'
  s.license          = { :type => 'MIT', :file => 'LICENSE' }
  # s.author           = { 'TEMPLATE' => 'TEMPLATE@fabernovel.com' }
  s.source           = { :git => 'https://github.com/applidium/TEMPLATE.git', :tag => s.version.to_s }

  s.ios.deployment_target = '10.0'
  s.source_files = 'Source/Classes/**/*'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
swift_lib_templater-1.0.1 lib/templates/framework/TEMPLATE.podspec
swift_lib_templater-1.0.0 lib/templates/framework/TEMPLATE.podspec