Skip to content

Commit 77dc3b2

Browse files
committed
update
1 parent 2b9fadb commit 77dc3b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

EBForeNotification.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ Pod::Spec.new do |s|
9393
#
9494

9595
#s.source_files = "Classes", "Classes/**/*.{h,m}"
96-
s.source_files = "EBForeNotification/", "EBForeNotification/*.{h,m}","EBForeNotification/Classes", "EBForeNotification/Classes/*.{h,m}","EBForeNotification/Classes/**/*.{h,m,xib}"
96+
s.source_files = "EBForeNotification/Classes/*.{h,m}""
9797
9898
#s.exclude_files = "Classes/Exclude"
9999
100-
s.public_header_files = "EBForeNotification/EBForeNotification.h"
100+
s.public_header_files = "EBForeNotification/Classes/EBForeNotification.h"
101101
102102
103103
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -109,7 +109,7 @@ Pod::Spec.new do |s|
109109
#
110110
111111
# s.resource = "icon.png"
112-
s.resources = "EBForeNotification/*.xib", "EBForeNotification/Classes/*.xib", "EBForeNotification/Classes/**/*.xib"
112+
s.resources = "EBForeNotification/Classes/*.xib"
113113
114114
# s.preserve_paths = "FilesToSave", "MoreFilesToSave"
115115

0 commit comments

Comments
 (0)