Skip to content

Commit cc0d8b5

Browse files
Simon NgSimon Ng
Simon Ng
authored and
Simon Ng
committed
Initial version
0 parents  commit cc0d8b5

File tree

89 files changed

+4379
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+4379
-0
lines changed

Podfile

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Uncomment this line to define a global platform for your project
2+
platform :ios, '8.0'
3+
# Uncomment this line if you're using Swift
4+
use_frameworks!
5+
6+
target 'QuickCam' do
7+
pod 'ImagePicker'
8+
end

Podfile.lock

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
PODS:
2+
- ImagePicker (1.1)
3+
4+
DEPENDENCIES:
5+
- ImagePicker
6+
7+
SPEC CHECKSUMS:
8+
ImagePicker: 2a904341bbc47c96457de00558d2f8dd186eff7c
9+
10+
COCOAPODS: 0.39.0
818 Bytes
Loading
818 Bytes
Loading
991 Bytes
Loading
1.62 KB
Loading
3.06 KB
Loading
4.21 KB
Loading

Pods/ImagePicker/LICENSE.md

+22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/ImagePicker/README.md

+86
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/ImagePicker/Source/BottomView/BottomContainerView.swift

+116
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/ImagePicker/Source/BottomView/ButtonPicker.swift

+102
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/ImagePicker/Source/BottomView/ImageStack.swift

+33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)