rogerluan/arkana

View on GitHub
lib/arkana/templates/swift/interfaces.podspec.erb

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

# DO NOT MODIFY
# Automatically generated by Arkana (https://github.com/rogerluan/arkana)

Pod::Spec.new do |spec|
  spec.name                  = '<%= @pod_name %>Interfaces'
  spec.summary               = 'Contains env vars and secrets. Autogenerated by Arkana.'
  spec.homepage              = 'https://github.com/rogerluan/arkana'
  spec.version               = '1.0.0'
  spec.authors               = { 'Arkana' => 'https://github.com/rogerluan/arkana' }
  spec.source                = { path: "./" }
  spec.source_files          = 'Sources/**/*.swift'
  spec.ios.deployment_target = '11.0'
  spec.osx.deployment_target = '11.0'
  spec.tvos.deployment_target = '11.0'
  spec.watchos.deployment_target = '4.0'
  spec.swift_version         = '5.0'
end