mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
- Passed in the correct view so that the location is in the same view context as the condition - Changed imageView back to frame. It doesn't really make a difference in the Example, since the container is the same size and at the same origin as the imageView. However, just in case a framework user does something different than the example (like offsetting the imageView), frame is the safer bet. - Update podfile to point to the latest InputBarAccessoryView & use cocoapods 1.9.0
26 lines
552 B
Plaintext
26 lines
552 B
Plaintext
PODS:
|
|
- InputBarAccessoryView (4.3.2):
|
|
- InputBarAccessoryView/Core (= 4.3.2)
|
|
- InputBarAccessoryView/Core (4.3.2)
|
|
- MessageKit (3.1.0-beta.1):
|
|
- InputBarAccessoryView (~> 4.3.0)
|
|
|
|
DEPENDENCIES:
|
|
- MessageKit (from `../`)
|
|
|
|
SPEC REPOS:
|
|
trunk:
|
|
- InputBarAccessoryView
|
|
|
|
EXTERNAL SOURCES:
|
|
MessageKit:
|
|
:path: "../"
|
|
|
|
SPEC CHECKSUMS:
|
|
InputBarAccessoryView: 7985d418040a05fe894bd4b8328dd43ab35517c3
|
|
MessageKit: 6b809a162328346e0727dbcd040b5f9fd5f5ba15
|
|
|
|
PODFILE CHECKSUM: 90bd12ca685503630d7fe716609f4974660ed5ee
|
|
|
|
COCOAPODS: 1.9.0
|