Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pikacode committed Aug 23, 2016
1 parent 2b9fadb commit 77dc3b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EBForeNotification.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ Pod::Spec.new do |s|
#

#s.source_files = "Classes", "Classes/**/*.{h,m}"
s.source_files = "EBForeNotification/", "EBForeNotification/*.{h,m}","EBForeNotification/Classes", "EBForeNotification/Classes/*.{h,m}","EBForeNotification/Classes/**/*.{h,m,xib}"
s.source_files = "EBForeNotification/Classes/*.{h,m}""
#s.exclude_files = "Classes/Exclude"
s.public_header_files = "EBForeNotification/EBForeNotification.h"
s.public_header_files = "EBForeNotification/Classes/EBForeNotification.h"
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand All @@ -109,7 +109,7 @@ Pod::Spec.new do |s|
#
# s.resource = "icon.png"
s.resources = "EBForeNotification/*.xib", "EBForeNotification/Classes/*.xib", "EBForeNotification/Classes/**/*.xib"
s.resources = "EBForeNotification/Classes/*.xib"
# s.preserve_paths = "FilesToSave", "MoreFilesToSave"
Expand Down
File renamed without changes.

0 comments on commit 77dc3b2

Please sign in to comment.