Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
extracted helper methods to UITextView extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyapuchka committed Jan 12, 2017
1 parent c800798 commit 77f1f70
Show file tree
Hide file tree
Showing 7 changed files with 169 additions and 126 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ..

SPEC CHECKSUMS:
ReadMoreTextView: 8d140284b6621571642fb6824f1774b119358e41
ReadMoreTextView: 9775d24a0827c3b965789696236b85b7c16e2954

PODFILE CHECKSUM: 72daab87156ddc53981cfb66c0eac16103dd9957

Expand Down
2 changes: 1 addition & 1 deletion Example/Pods/Local Podspecs/ReadMoreTextView.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

90 changes: 47 additions & 43 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ReadMoreTextView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Pod::Spec.new do |s|

s.source = { :git => "https://github.com/ilyapuchka/ReadMoreTextView.git", :tag => s.version }

s.source_files = "Sources/ReadMoreTextView.swift"
s.source_files = "Sources/*.swift"

end
Loading

0 comments on commit 77f1f70

Please sign in to comment.