Skip to content

Commit

Permalink
CombineCocoa 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Aug 14, 2019
1 parent 7bd42c0 commit c31c85b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CombineCocoa.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CombineCocoa"
s.version = "0.0.1"
s.version = "0.1.0"
s.summary = "CombineCocoa provided basic publisher bridges for UIControls in UIKit"
s.description = <<-DESC
Combine publisher bridges for Cocoa Controls (UIControl) in UIKit
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- CombineCocoa (0.0.1)
- CombineCocoa (0.1.0)

DEPENDENCIES:
- CombineCocoa (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
CombineCocoa: c8e842a7a86864fe23850f13c19db9667e62846e
CombineCocoa: 2e8f52a4d2b6cead22842977e6eb32933feb2bf9

PODFILE CHECKSUM: 85e62659f721771d9a14b592c2e15ea81a0dd919

Expand Down
1 change: 1 addition & 0 deletions Sources/CombineControlEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

import Combine
import Foundation
import UIKit.UIControl

// MARK: - Publisher
Expand Down
1 change: 1 addition & 0 deletions Sources/CombineControlProperty.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

import Combine
import Foundation
import UIKit.UIControl

// MARK: - Publisher
Expand Down
1 change: 1 addition & 0 deletions Sources/CombineControlTarget.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

import Combine
import Foundation

// MARK: - Publisher
public extension Combine.Publishers {
Expand Down
2 changes: 1 addition & 1 deletion Sources/Controls/UIScrollView+Combine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2019 Shai Mishali. All rights reserved.
//

import Foundation
import UIKit
import Combine

public extension UIScrollView {
Expand Down

0 comments on commit c31c85b

Please sign in to comment.