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

Implement sidemenu #3 #9

Merged
merged 6 commits into from
Sep 15, 2017
Merged
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
2 changes: 2 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ target 'ZhongWenKaraoke' do
pod 'Jukebox'
pod 'RxSwift', '~> 3.0'
pod 'RxCocoa', '~> 3.0'
pod 'SideMenu'
pod 'ChameleonFramework/Swift', :git => 'https://github.com/ViccAlexander/Chameleon.git'


target 'ZhongWenKaraokeTests' do
Expand Down
19 changes: 18 additions & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
PODS:
- Alamofire (4.5.0)
- ChameleonFramework/Default (2.1.0)
- ChameleonFramework/Swift (2.1.0):
- ChameleonFramework/Default
- Jukebox (0.2.1)
- Kanna (2.2.1)
- Kingfisher (3.10.3)
Expand All @@ -24,9 +27,11 @@ PODS:
- RxSwift (3.6.0)
- RxTest (3.6.0):
- RxSwift (~> 3.6)
- SideMenu (2.3.3)

DEPENDENCIES:
- Alamofire
- ChameleonFramework/Swift (from `https://github.com/ViccAlexander/Chameleon.git`)
- Jukebox
- Kanna
- Kingfisher (~> 3.0)
Expand All @@ -36,9 +41,20 @@ DEPENDENCIES:
- RxCocoa (~> 3.0)
- RxSwift (~> 3.0)
- RxTest (~> 3.0)
- SideMenu

EXTERNAL SOURCES:
ChameleonFramework:
:git: https://github.com/ViccAlexander/Chameleon.git

CHECKOUT OPTIONS:
ChameleonFramework:
:commit: 6dd284bde21ea2e7f9fd89bc36f40df16e16369d
:git: https://github.com/ViccAlexander/Chameleon.git

SPEC CHECKSUMS:
Alamofire: f28cdffd29de33a7bfa022cbd63ae95a27fae140
ChameleonFramework: d21a3cc247abfe5e37609a283a8238b03575cf64
Jukebox: 81db618ccd3a1cc9b154f4ae0f5c4b54638666dd
Kanna: 182789ab065e8f9a6ccc2a74ce6283d3401c0c4a
Kingfisher: a0ac82dc5bcf0388dd74b294cf2cc13730c63436
Expand All @@ -48,7 +64,8 @@ SPEC CHECKSUMS:
RxCocoa: cb865569239ebf1b1434056e5c8859d99dff103a
RxSwift: a0925c7fb11fbe60055285f6f2062241aa37a175
RxTest: 9cf69fa8f33e43cfcb154ad9b78f54afeb877423
SideMenu: a447554ae5c982e8077666389e1c8b0c8656e065

PODFILE CHECKSUM: 4882876ee5a31a27d296e9eb8dee71a32b89d625
PODFILE CHECKSUM: fb348a267ec55632c33610fae23c98469c55bbbb

COCOAPODS: 1.2.1
21 changes: 21 additions & 0 deletions Pods/ChameleonFramework/LICENSE.md

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

31 changes: 31 additions & 0 deletions Pods/ChameleonFramework/Pod/Classes/Objective-C/Chameleon.h

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.

39 changes: 39 additions & 0 deletions Pods/ChameleonFramework/Pod/Classes/Objective-C/ChameleonEnums.h

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

124 changes: 124 additions & 0 deletions Pods/ChameleonFramework/Pod/Classes/Objective-C/ChameleonMacros.h

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

66 changes: 66 additions & 0 deletions Pods/ChameleonFramework/Pod/Classes/Objective-C/Chameleon_.h

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

Loading