-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
EnderTan
authored and
EnderTan
committed
Mar 9, 2017
1 parent
4e10a3b
commit 5d94a18
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ Pod::Spec.new do |s| | |
s.author = { 'Ender Tan' => '[email protected]' } | ||
s.social_media_url = 'http://weibo.com/endertan' | ||
s.source = { :git => 'https://github.com/EnderTan/ETNavBarTransparent.git', :tag => '1.0.0' } | ||
s.platform = :ios, '7.0' | ||
s.platform = :ios, ‘8.0’ | ||
s.source_files = 'ETNavBarTransparent','ETNavBarTransparent/**/*' | ||
s.requires_arc = true | ||
s.framework = 'UIKit' | ||
|