From 4e201f9a10cc00d015d84f45e5815760ebdaa826 Mon Sep 17 00:00:00 2001 From: Stephen Date: Thu, 20 Oct 2016 19:43:47 +0800 Subject: [PATCH] update podspec --- LSBLEManager.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LSBLEManager.podspec b/LSBLEManager.podspec index 2ecec1e..14636b7 100644 --- a/LSBLEManager.podspec +++ b/LSBLEManager.podspec @@ -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" @@ -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"