-
Notifications
You must be signed in to change notification settings - Fork 0
/
AdParticipesCumCepis.podspec
44 lines (35 loc) · 1.53 KB
/
AdParticipesCumCepis.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
35
36
37
38
39
40
41
42
43
44
#
# Be sure to run `pod lib lint AdParticipesCumCepis.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 = 'AdParticipesCumCepis'
m.version = '0.1.0'
m.summary = 'A short description of AdParticipesCumCepis.'
m.description = <<-DESC
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/App/**/*.swift'
m.dependency 'TLPhotoPicker', '~> 2.1'
m.dependency 'Tor', '~> 408.10'
m.dependency 'GCDWebServer', '~> 3.5'
m.dependency 'ZIPFoundation', '~> 0.9'
m.dependency 'IPtProxyUI', '~> 4.5'
m.dependency 'OrbotKit', '~> 0.2'
m.dependency 'SwiftSoup', '~> 2.7'
m.resource_bundles = {
'AdParticipesCumCepis' => ['AdParticipesCumCepis/App/Assets/**/*']
}
end