jonasman / MulticastDelegate

An elegant multicast delegate written in swift
MIT License
148 stars 28 forks source link

Add macOS support for CocoaPods and Carthage #16

Closed rudedogg closed 6 years ago

rudedogg commented 6 years ago

For #15

pod lib lint output: MulticastDelegateSwift passed validation.

Tesed using pod 'MulticastDelegateSwift', :git => 'https://github.com/rudedogg/MulticastDelegate.git', and things worked as expected.

Thanks!

rudedogg commented 6 years ago

Added a macOS target for Carthage