-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.24.0 Do not depend on lottie by default
- Loading branch information
1 parent
8a3b308
commit 6064638
Showing
7 changed files
with
38 additions
and
15 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
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
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 |
---|---|---|
|
@@ -6,8 +6,8 @@ source '[email protected]:CocoaPods/Specs.git' | |
target 'CYLTabBarController' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
#pod 'lottie-ios', '~> 2.5.0' | ||
pod 'CYLTabBarController', :path => './' | ||
#pod 'CYLTabBarController', '~> 1.23.1' | ||
|
||
#pod 'CYLTabBarController', '~> 1.24.0' # 默认不依赖Lottie | ||
pod 'CYLTabBarController/Lottie', '~> 1.24.0' # 依赖Lottie库 | ||
|
||
end |