Skip to content

Commit

Permalink
Add Example Project
Browse files Browse the repository at this point in the history
  • Loading branch information
xornorik committed Apr 22, 2018
1 parent c5fb32e commit d9e769b
Show file tree
Hide file tree
Showing 34 changed files with 2,008 additions and 0 deletions.
10 changes: 10 additions & 0 deletions SVPinView/Example/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'

target 'SVPinViewExample' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for SVPinViewExample
pod "SVPinView", :path => "../../"
end
16 changes: 16 additions & 0 deletions SVPinView/Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- SVPinView (1.0.1)

DEPENDENCIES:
- SVPinView (from `../../`)

EXTERNAL SOURCES:
SVPinView:
:path: ../../

SPEC CHECKSUMS:
SVPinView: 7c4352a447bac5f79f7c16b9022b66b8cb38ee65

PODFILE CHECKSUM: b9b57fc0cf7226021a70e6e19e5c127fb3eb5d37

COCOAPODS: 1.4.0
19 changes: 19 additions & 0 deletions SVPinView/Example/Pods/Local Podspecs/SVPinView.podspec.json

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

16 changes: 16 additions & 0 deletions SVPinView/Example/Pods/Manifest.lock

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

611 changes: 611 additions & 0 deletions SVPinView/Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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

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

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

21 changes: 21 additions & 0 deletions SVPinView/Example/Pods/SVPinView/LICENSE

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

76 changes: 76 additions & 0 deletions SVPinView/Example/Pods/SVPinView/README.md

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

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d9e769b

Please sign in to comment.