aleclarson / emitter-kit

Type-safe event handling for Swift
MIT License
566 stars 70 forks source link

Add to cocoapods.org #1

Closed yelled3 closed 9 years ago

yelled3 commented 10 years ago

All add info on how to install in README.md

@aleclarson WDYT?

lexrus commented 9 years ago

CocoaPods is not compatible with Swift YET. https://github.com/CocoaPods/CocoaPods/pull/2835 And Carthage is a working alternate for Swift.

gscalzo commented 9 years ago

since 0.36.1.beta, Cocoapods is compatible with Swift. Other Swift frameworks are beginning to include Cocoapods support.

yelled3 commented 9 years ago

:+1: @gscalzo

@aleclarson WDYT?

aleclarson commented 9 years ago

I would love to add Cocoapods support when I get the free time. I don't use Cocoapods myself, so it will take some effort to figure it out. Thus, this is not my top priority right now.

Thanks for your interest, everyone!

mathieujobin commented 9 years ago

I tried to load this via carthage and I am getting this error, seems like nothing is happening

13:18 ~/Projects/adeke (master)$ cat Cartfile
github "aleclarson/emitter-kit" "master"

13:18 ~/Projects/adeke (master)$ carthage update
*** Fetching emitter-kit
*** Checking out emitter-kit at "cbfabcb9e5ab2b2e8cb896978003ea8c9d82768a"
*** xcodebuild output can be found in /var/folders/vv/rgts3xks40v31wklf78_5bn80000gn/T/carthage-xcodebuild.j5dXza.log
Project "EmitterKit.xcodeproj" has no shared schemes
13:19 ~/Projects/adeke (master)$ cat /var/folders/vv/rgts3xks40v31wklf78_5bn80000gn/T/carthage-xcodebuild.j5dXza.log
13:19 ~/Projects/adeke (master)$ ls -la /var/folders/vv/rgts3xks40v31wklf78_5bn80000gn/T/carthage-xcodebuild.j5dXza.log
-rw-------  1 somekool  staff  0 14 Jan 13:19 /var/folders/vv/rgts3xks40v31wklf78_5bn80000gn/T/carthage-xcodebuild.j5dXza.log
13:36 ~/Projects/adeke (master)$
aleclarson commented 9 years ago

3.2.1 should now be available in CocoaPods. :wink:

Let me know if you have any trouble.

yelled3 commented 9 years ago

@aleclarson thanks :+1: