Skip to content

Commit

Permalink
update podspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Le Xuan Quynh committed Aug 8, 2021
1 parent 9da0f22 commit e0fd29f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions QRichTextView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "QRichTextView"
spec.version = "0.0.4"
spec.version = "0.0.1"
spec.summary = "Pod version for https://github.com/aryaxt/iOS-Rich-Text-Editor.git"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -88,10 +88,10 @@ Pod::Spec.new do |spec|
# Not including the public_header_files will make all headers public.
#

spec.source_files = "QRichTextView/Classes/*.{h,m}", "QRichTextView/Classes/Categories/*.{h,m}", "QRichTextView/Classes/iphone Popover/*.{h,m}"
spec.source_files = "QRichTextView/Classes/*.{h,m}", "QRichTextView/Classes/../*.{h,m}"
# spec.exclude_files = "Classes/Exclude"

spec.public_header_files = "QRichTextView/**/*.h"
spec.public_header_files = "QRichTextView/Classes/*.h"


# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand All @@ -103,7 +103,7 @@ Pod::Spec.new do |spec|
#

# spec.resource = "icon.png"
spec.resources = "QRichTextView/../*.png", "QRichTextView/../../*.png"
spec.resources = "QRichTextView/Classes/Assets/*.png", "QRichTextView/Classes/Assets/../*.png", "QRichTextView/Classes/iphonePopover/../*.png"

# spec.preserve_paths = "FilesToSave", "MoreFilesToSave"

Expand Down
4 changes: 2 additions & 2 deletions QRichTextView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.0.4;
MARKETING_VERSION = 0.0.1;
PRODUCT_BUNDLE_IDENTIFIER = codetoanbug.com.QRichTextView;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -824,7 +824,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.0.4;
MARKETING_VERSION = 0.0.1;
PRODUCT_BUNDLE_IDENTIFIER = codetoanbug.com.QRichTextView;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
Binary file not shown.

0 comments on commit e0fd29f

Please sign in to comment.