-
Notifications
You must be signed in to change notification settings - Fork 0
/
AdParticipesCumCepisExtension.podspec
34 lines (26 loc) · 1.25 KB
/
AdParticipesCumCepisExtension.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#
# Be sure to run `pod lib lint AdParticipesCumCepisExtension.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 |m|
m.name = 'AdParticipesCumCepisExtension'
m.version = '0.1.0'
m.summary = 'A short description of AdParticipesCumCepisExtension.'
m.description = <<-DESC
Action Extension library to create an app which can share data on the device
with others via a transient onion service.
DESC
m.homepage = 'https://github.com/tladesignz/AdParticipesCumCepis'
m.license = { :type => 'MIT', :file => 'LICENSE' }
m.author = { 'Benjamin Erhart' => '[email protected]' }
m.source = { :git => 'https://github.com/tladesignz/AdParticipesCumCepis.git', :tag => m.version.to_s }
m.social_media_url = 'https://twitter.com/tladesignz'
m.swift_version = '5.0'
m.ios.deployment_target = '15.0'
m.static_framework = true
m.source_files = 'AdParticipesCumCepis/Shared/**/*', 'AdParticipesCumCepis/Extension/**/*'
m.dependency 'MBProgressHUD', '~> 1.2'
end