This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert default bar color for white background.
issue #115 This is confusing, because most of iOS6 apps are using navigation bar and tab bar but they have black background color. I need better idea to solve this problem
- Loading branch information
1 parent
e7a471e
commit 1936f8b
Showing
3 changed files
with
7 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "UI7Kit" | ||
s.version = "0.9.8" | ||
s.version = "0.9.9" | ||
s.summary = "UI7Kit is a GUI toolkit to implement iOS7 look & feel UIKit under iOS5/iOS6. It is also supported that patching UIKit to UI7Kit in runtime." | ||
s.homepage = "https://github.com/youknowone/UI7Kit" | ||
s.screenshots = "https://raw.github.com/youknowone/UI7Kit/master/UI7Kit.png", | ||
s.license = "2-clause BSD" | ||
s.author = { "Jeong YunWon" => "[email protected]" } | ||
s.source = { :git => "https://github.com/youknowone/UI7Kit.git", :tag => "0.9.8" } | ||
s.source = { :git => "https://github.com/youknowone/UI7Kit.git", :tag => "0.9.9" } | ||
|
||
s.platform = :ios, '5.0' | ||
s.header_dir = "UI7Kit" | ||
|
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