Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCMZ committed Oct 20, 2016
1 parent 8ead7c8 commit 4e201f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LSBLEManager.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Pod::Spec.new do |s|
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
LSBLEManager
you can easy away to use bluetooth.
DESC

s.homepage = "https://github.com/StephenCMZ/LSBLEManager"
Expand Down Expand Up @@ -91,7 +91,7 @@ Pod::Spec.new do |s|
# Not including the public_header_files will make all headers public.
#

s.source_files = "LSBLEManager", "LSBLEManager/*.{h,m}"
s.source_files = "LSBLEManager/*.{h,m}"
s.exclude_files = "LSBLEManager/Exclude"

# s.public_header_files = "Classes/**/*.h"
Expand Down

0 comments on commit 4e201f9

Please sign in to comment.