Skip to content

Commit

Permalink
修改podspec文件
Browse files Browse the repository at this point in the history
  • Loading branch information
camoufleur committed Jun 16, 2017
1 parent 773772d commit 9b19079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LabeledActivityIndicatorView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.name = "LabeledActivityIndicatorView"
s.version = "0.0.1"
s.summary = "Label with ActivityIndicator"
s.summary = "A label with activityIndicator"

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand Down Expand Up @@ -94,7 +94,7 @@ Pod::Spec.new do |s|
# Not including the public_header_files will make all headers public.
#

s.source_files = "Classes", "Classes/**/*.{h,m}"
s.source_files = "LabeledActivityIndicatorView/*.{h,m}"
# s.exclude_files = "Classes/Exclude"

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

0 comments on commit 9b19079

Please sign in to comment.