Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
chenliangloveyou committed Sep 29, 2017
1 parent e15b05a commit 8716ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EasyNavigation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/chenliangloveyou/EasyNavigation.git"
s.license = "MIT"
s.author = { "chenliangloveyou" => "[email protected]" }
s.source = { :git => "https://github.com/chenliangloveyou/EasyNavigation.git", :tag => "#{s.version}" }
s.source_files = "EasyNavigation/**/*.{h,m}"
s.source = { :git => "https://github.com/chenliangloveyou/EasyNavigation.git", :commit => "e15b05a63067214e04d7ea283e82a10bdb8533f9" }
s.source_files = "EasyNavigation/*.{h,m}"
s.resource = 'EasyNavigation/EasyNavButton.bundle'
# s.public_header_files = "Classes/**/*.h"
s.ios.deployment_target= '7.0'
Expand Down

0 comments on commit 8716ca8

Please sign in to comment.