Skip to content

Commit f6be769

Browse files
author
Jett Farmer
committed
Removed dependency on Nimble since it was not being used. Removed outdated 'swift-version' file. Test files now build and run.
1 parent 868a892 commit f6be769

File tree

81 files changed

+210
-9055
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+210
-9055
lines changed

.swift-version

-1
This file was deleted.

Example/AMResizingTextView.xcodeproj/project.pbxproj

+44-46
Large diffs are not rendered by default.

Example/Podfile

-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ abstract_target 'AMResizingTextView_Abstract_Target' do
99
end
1010

1111
target 'AMResizingTextView_Tests' do
12-
pod 'Nimble', '~> 7.3'
1312
end
1413
end

Example/Podfile.lock

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
PODS:
2-
- AMResizingTextView (1.1.0)
3-
- Nimble (7.3.1)
2+
- AMResizingTextView (1.2.0)
43

54
DEPENDENCIES:
65
- AMResizingTextView (from `../`)
7-
- Nimble (~> 7.3)
8-
9-
SPEC REPOS:
10-
https://github.com/cocoapods/specs.git:
11-
- Nimble
126

137
EXTERNAL SOURCES:
148
AMResizingTextView:
159
:path: "../"
1610

1711
SPEC CHECKSUMS:
18-
AMResizingTextView: e7b6af720b64347ed0b005524a77e1bafbd74913
19-
Nimble: 04f732da099ea4d153122aec8c2a88fd0c7219ae
12+
AMResizingTextView: 2fbd56d6ed033c59a26cc3835620abd8ba1a9d07
2013

21-
PODFILE CHECKSUM: 9fccf7e15379a0f862da4054dd202066f43cb2ca
14+
PODFILE CHECKSUM: 7a43c1eba2e6b33c2afb7bd9316b83549a0104f8
2215

2316
COCOAPODS: 1.5.3

Example/Pods/Local Podspecs/AMResizingTextView.podspec.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Local Podspecs/Nimble.podspec.json

-31
This file was deleted.

Example/Pods/Manifest.lock

+3-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Nimble/LICENSE

-201
This file was deleted.

0 commit comments

Comments
 (0)