iOS web browser with a focus on security and privacy
1platform :ios, "10.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
11 pod "Fabric"
12 pod "Crashlytics"
13end
14
15target "Endless Tests" do
16 pod "OCMock"
17end