-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed two classes to not conflict with pod name.
- Loading branch information
1 parent
c72c0a2
commit 5dd8a86
Showing
50 changed files
with
2,161 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
workspace 'VideoCamera' | ||
|
||
target 'Demo-iOS' do | ||
|
||
project 'Demo-iOS/Demo-iOS.xcodeproj' | ||
platform :ios, '10.0' | ||
|
||
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for Demo-iOS | ||
pod 'VideoCamera', :path => './' | ||
|
||
target 'Demo-iOSTests' do | ||
inherit! :search_paths | ||
# Pods for testing | ||
end | ||
|
||
target 'Demo-iOSUITests' do | ||
inherit! :search_paths | ||
# Pods for testing | ||
end | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
PODS: | ||
- VideoCamera (0.0.1) | ||
|
||
DEPENDENCIES: | ||
- VideoCamera (from `./`) | ||
|
||
EXTERNAL SOURCES: | ||
VideoCamera: | ||
:path: ./ | ||
|
||
SPEC CHECKSUMS: | ||
VideoCamera: 0c75798267eed57141599fe4f0f176cccc2dd6ef | ||
|
||
PODFILE CHECKSUM: 379e09b800467cd7eb44e169eab1f75450e064d1 | ||
|
||
COCOAPODS: 1.1.1 |
Oops, something went wrong.