Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Swift 2.0 code to be used by CocoaPods #26

Closed
adamyanalunas opened this issue Jun 12, 2015 · 1 comment
Closed

Allow Swift 2.0 code to be used by CocoaPods #26

adamyanalunas opened this issue Jun 12, 2015 · 1 comment

Comments

@adamyanalunas
Copy link
Contributor

Since #25 got merged in (thanks!) it'd be nice to have an updated podspec so I can use it in my apps. However, as Swift 2.0 isn't yet in production a branch would suffice so I can do something like:

pod 'SwiftState', :git => 'git@github.com:ReactKit/SwiftState.git', :branch => 'swift-2.0'

What do you think, @inamiy?

@inamiy
Copy link
Member

inamiy commented Jun 13, 2015

I think you can already use like this:

platform :osx, '10.10'
use_frameworks!

pod 'SwiftState', :git => 'https://github.com/ReactKit/SwiftState.git', :branch => 'swift/2.0'

Please be careful for branch name and OS platform (change to :ios, '8.0' if needed).

@inamiy inamiy closed this as completed Jun 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants