Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature webview #22

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ target "S2MToolbox" do
pod 'S2MToolbox/ShopFinder', :path => "../"
pod 'S2MToolbox/HockeyApp', :path => "../"
pod 'S2MToolbox/LocalNotificationHelper', :path => "../"
pod 'S2MToolbox/Webview', :path => "../"
end

target "S2MToolboxTests", :exclusive => true do
Expand Down
4 changes: 3 additions & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ PODS:
- S2MToolbox/QRCode (0.2.0)
- S2MToolbox/ShopFinder (0.2.0)
- S2MToolbox/UIKit (0.2.0)
- S2MToolbox/Webview (0.2.0)

DEPENDENCIES:
- S2MToolbox (from `../`)
Expand All @@ -21,6 +22,7 @@ DEPENDENCIES:
- S2MToolbox/LocalNotificationHelper (from `../`)
- S2MToolbox/QRCode (from `../`)
- S2MToolbox/ShopFinder (from `../`)
- S2MToolbox/Webview (from `../`)

EXTERNAL SOURCES:
S2MToolbox:
Expand All @@ -29,6 +31,6 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
HockeySDK: bfd1f5ac75938b07499c4ac12932244b72a2e70b
Kiwi: 73e1400209055ee9c8ba78c6012b6b642d0fb9f7
S2MToolbox: d8460f4f9a8fa633283106f34b670bf19cfa834d
S2MToolbox: 35cb2aa03e92d25551c8f38f19f39a86ced71404

COCOAPODS: 0.35.0

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Example/Pods/Local Podspecs/S2MToolbox.podspec

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3,906 changes: 1,961 additions & 1,945 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

24 changes: 0 additions & 24 deletions Example/Pods/S2MToolbox/LICENSE.txt

This file was deleted.

62 changes: 0 additions & 62 deletions Example/Pods/S2MToolbox/QRCode/S2MQRController.h

This file was deleted.

Loading