Skip to content

Commit

Permalink
update .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
wangrui460 committed Jul 2, 2017
1 parent bb7f22d commit c1f4884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WRNavigationBar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.social_media_url = "http://weibo.com/wangrui460"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/wangrui460/WRNavigationBar.git", :tag => s.version }
s.source_files = "WRNavigationBar/WRNavigationBar/*.{h,m}"
s.source_files = "WRNavigationBar/*.{h,m}"
s.requires_arc = true

end

0 comments on commit c1f4884

Please sign in to comment.