Skip to content

Commit 57f802f

Browse files
committed
Updated KIF via CocoaPods.
1 parent 6092e09 commit 57f802f

34 files changed

Lines changed: 2598 additions & 2241 deletions

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ target 'STACollapsableTable' do
99
end
1010

1111
target 'STACollapsableTableTests' do
12-
pod 'KIF', '~> 3.4'
12+
pod 'KIF', '~> 3.5'
1313
end
1414

Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ PODS:
2020
- AFNetworking/UIKit (2.6.3):
2121
- AFNetworking/NSURLConnection
2222
- AFNetworking/NSURLSession
23-
- KIF (3.4.2):
24-
- KIF/Core (= 3.4.2)
25-
- KIF/Core (3.4.2)
23+
- KIF (3.5.1):
24+
- KIF/Core (= 3.5.1)
25+
- KIF/Core (3.5.1)
2626
- Nimbus (1.3.0):
2727
- Nimbus/AttributedLabel (= 1.3.0)
2828
- Nimbus/Badge (= 1.3.0)
@@ -83,7 +83,7 @@ PODS:
8383
- ReactiveCocoa/Core
8484

8585
DEPENDENCIES:
86-
- KIF (~> 3.4)
86+
- KIF (~> 3.5)
8787
- Nimbus (from `https://github.com/Stunner/nimbus.git`)
8888
- ReactiveCocoa (~> 2.4)
8989

@@ -98,10 +98,10 @@ CHECKOUT OPTIONS:
9898

9999
SPEC CHECKSUMS:
100100
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
101-
KIF: b518c9831453abea5afdbbde3908ec47832d6d56
101+
KIF: 082eb65279e51c3092923802849eb796a04982ab
102102
Nimbus: 0cf223fb60d06167db03e8ac533fb7a573963e73
103103
ReactiveCocoa: e2db045570aa97c695e7aa97c2bcab222ae51f4a
104104

105-
PODFILE CHECKSUM: 167c1cf309d8b5839f2678f55433608fd23856ca
105+
PODFILE CHECKSUM: 4ed32d9b83bf7e12234c28fbf1cd9c25a088b3ad
106106

107107
COCOAPODS: 1.0.1

Pods/Headers/Private/KIF/CAAnimation+KIFAdditions.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/KIF/Additions/CAAnimation+KIFAdditions.h

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/KIF/Additions/CAAnimation+KIFAdditions.m

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/KIF/Additions/CALayer-KIFAdditions.m

Lines changed: 34 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/KIF/Additions/UIAccessibilityElement-KIFAdditions.h

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/KIF/Additions/UIAccessibilityElement-KIFAdditions.m

Lines changed: 50 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/KIF/Additions/UIApplication-KIFAdditions.h

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/KIF/Additions/UIApplication-KIFAdditions.m

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)