Skip to content

Commit

Permalink
change file
Browse files Browse the repository at this point in the history
  • Loading branch information
Le Xuan Quynh committed Aug 8, 2021
1 parent e0fd29f commit 8105ec4
Show file tree
Hide file tree
Showing 81 changed files with 323 additions and 1,971 deletions.
6 changes: 3 additions & 3 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.1"
spec.version = "0.0.2"
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,7 +88,7 @@ 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/../*.{h,m}"
spec.source_files = "QRichTextView/Classes/*.{h,m}"
# spec.exclude_files = "Classes/Exclude"

spec.public_header_files = "QRichTextView/Classes/*.h"
Expand All @@ -103,7 +103,7 @@ Pod::Spec.new do |spec|
#

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

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

Expand Down
672 changes: 320 additions & 352 deletions QRichTextView.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file not shown.
Binary file removed QRichTextView/Classes/Assets/backcolor.png
Binary file not shown.
Binary file removed QRichTextView/Classes/Assets/bold.png
Binary file not shown.
Binary file removed QRichTextView/Classes/Assets/[email protected]
Binary file not shown.
Binary file removed QRichTextView/Classes/Assets/bullist.png
Binary file not shown.
Binary file removed QRichTextView/Classes/Assets/[email protected]
Binary file not shown.
Binary file removed QRichTextView/Classes/Assets/buttons/button.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed QRichTextView/Classes/Assets/buttons/buttonleft.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed QRichTextView/Classes/Assets/buttons/[email protected]
Binary file not shown.
Binary file removed QRichTextView/Classes/Assets/code.png
Binary file not shown.
Binary file removed QRichTextView/Classes/Assets/colors.jpg
Binary file not shown.
Binary file removed QRichTextView/Classes/Assets/email.png
Binary file not shown.
Binary file removed QRichTextView/Classes/Assets/file.png
Binary file not shown.
Binary file removed QRichTextView/Classes/Assets/firstLineIndent.png
Binary file not shown.
Binary file removed QRichTextView/Classes/Assets/[email protected]
Binary file not shown.
Binary file removed QRichTextView/Classes/Assets/forecolor.png
Binary file not shown.
Binary file removed QRichTextView/Classes/Assets/image.png
Binary file not shown.
Binary file removed QRichTextView/Classes/Assets/indent.png
Binary file not shown.
Binary file removed QRichTextView/Classes/Assets/[email protected]
Binary file not shown.
Binary file removed QRichTextView/Classes/Assets/italic.png
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/[email protected]
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/justifycenter.png
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/[email protected]
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/justifyfull.png
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/[email protected]
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/justifyleft.png
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/[email protected]
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/justifyright.png
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/[email protected]
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/link.png
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/numlist.png
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/[email protected]
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/outdent.png
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/[email protected]
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/redo.png
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/removeformat.png
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/strikethrough.png
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/[email protected]
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/underline.png
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/[email protected]
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/undo.png
Diff not rendered.
Binary file removed QRichTextView/Classes/Assets/unlink.png
Diff not rendered.

This file was deleted.

220 changes: 0 additions & 220 deletions QRichTextView/Classes/Categories/NSAttributedString+RichTextEditor.m

This file was deleted.

40 changes: 0 additions & 40 deletions QRichTextView/Classes/Categories/UIFont+RichTextEditor.h

This file was deleted.

Loading

0 comments on commit 8105ec4

Please sign in to comment.