Skip to content

Commit 9c1a96a

Browse files
committed
Remove KVOController and observe scrollView manually again
1 parent cff4f34 commit 9c1a96a

34 files changed

+935
-2279
lines changed

Example/GSKStretchyHeaderView/GSKStretchyHeaderView-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.9.1</string>
20+
<string>0.12.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.9.1</string>
24+
<string>0.12.0</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>UILaunchStoryboardName</key>

Example/Podfile.lock

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
PODS:
22
- Expecta (1.0.5)
3-
- GSKStretchyHeaderView (0.11.0):
4-
- KVOController (~> 1.1)
5-
- KVOController (1.1.0)
3+
- GSKStretchyHeaderView (0.12.0)
64
- Masonry (1.0.1)
7-
- OCMock (3.3)
5+
- OCMock (3.3.1)
86

97
DEPENDENCIES:
108
- Expecta
@@ -14,14 +12,13 @@ DEPENDENCIES:
1412

1513
EXTERNAL SOURCES:
1614
GSKStretchyHeaderView:
17-
:path: "../"
15+
:path: ../
1816

1917
SPEC CHECKSUMS:
2018
Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe
21-
GSKStretchyHeaderView: a1cf458af8efe5350ffb306598be6b4d10fa0750
22-
KVOController: 321b5fc59300fcaabd42c0f679baa7a27efbb2fd
19+
GSKStretchyHeaderView: 0e4324ab4b9b22dd53fcd3b62db5e63cb5e33fa1
2320
Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df
24-
OCMock: d68685bde31f69cb61d518dcb39269080c78b5ed
21+
OCMock: f3f61e6eaa16038c30caa5798c5e49d3307b6f22
2522

2623
PODFILE CHECKSUM: 06ea78cbed48d7134878553f01c2f4e8790c20e5
2724

Example/Pods/KVOController/FBKVOController/FBKVOController.h

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)