iOS web browser with a focus on security and privacy
1platform :ios, "12.0"
2
3target "Endless" do
4 pod "InAppSettingsKit"
5 pod "WYPopoverController", :git => "https://github.com/sammcewan/WYPopoverController.git"
6 pod "DTFoundation"
7 pod "OrderedDictionary"
8 pod "XLForm", :git => "https://github.com/jcs/XLForm.git"
9 pod "TUSafariActivity"
10 pod "VForceTouch"
11end
12
13target "Endless Tests" do
14 pod "OCMock"
15end