forked from OnionBrowser/OnionBrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
28 lines (20 loc) · 747 Bytes
/
Podfile
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
use_frameworks!
platform :ios, '11.4'
#source 'https://cdn.cocoapods.org/'
#source 'https://cocoapods-cdn.netlify.app/'
source 'https://github.com/CocoaPods/Specs.git'
target 'OnionBrowser2' do
pod 'DTFoundation/DTASN1'
pod 'TUSafariActivity'
pod 'VForceTouch'
pod 'CSPHeader', '~> 0.6'
pod 'SDCAlertView', '~> 10'
pod 'FavIcon', :git => 'https://github.com/tladesignz/FavIcon.git'
pod 'MBProgressHUD', '~> 1.2'
pod 'Tor/OCSPCache', :podspec => 'https://raw.githubusercontent.com/tladesignz/Tor.framework/ocspcache/Tor.podspec' #:git => 'https://github.com/tladesignz/Tor.framework.git', :branch => 'ocspcache'
pod 'IPtProxyUI', '~> 1.8'
end
target 'OnionBrowser2 Tests' do
pod 'OCMock'
pod 'DTFoundation/DTASN1'
end