Skip to content
This repository was archived by the owner on Nov 29, 2022. It is now read-only.
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
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@ build/*
xcuserdata
profile
*.moved-aside

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
Pods/
4 changes: 3 additions & 1 deletion Examples/Sample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

pod 'DZNWebViewController', :path => '../../DZNWebViewController.podspec'
target "Sample" do
pod 'DZNWebViewController', :path => '../../DZNWebViewController.podspec'
end
10 changes: 6 additions & 4 deletions Examples/Sample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
PODS:
- DZNWebViewController (3.1)
- DZNWebViewController (3.2)

DEPENDENCIES:
- DZNWebViewController (from `../../DZNWebViewController.podspec`)

EXTERNAL SOURCES:
DZNWebViewController:
:path: ../../DZNWebViewController.podspec
:path: "../../DZNWebViewController.podspec"

SPEC CHECKSUMS:
DZNWebViewController: 2c5dbb6874e49297a74011380bef6c8059402e4d
DZNWebViewController: 8e927a5de637fe0c4104c001d5cccd4fa5621e50

COCOAPODS: 0.35.0
PODFILE CHECKSUM: 51f540e277a3055aeb765a75d4273bb2a8d1999f

COCOAPODS: 1.2.1

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions Examples/Sample/Pods/Local Podspecs/DZNWebViewController.podspec

This file was deleted.

14 changes: 0 additions & 14 deletions Examples/Sample/Pods/Manifest.lock

This file was deleted.

Loading