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

swift 3 with pod file #8

Closed
umeshjavastar opened this issue Sep 21, 2016 · 5 comments
Closed

swift 3 with pod file #8

umeshjavastar opened this issue Sep 21, 2016 · 5 comments

Comments

@umeshjavastar
Copy link

hello I am using pod in swift 3

pod 'thenPromise', :git => 'https://github.com/freshOS/then.git', :branch => 'swift3' #swift 3

but it doesn't work can you tell me right syntax

@s4cha
Copy link
Member

s4cha commented Sep 21, 2016

Hello @umeshjavastar there is nothing wrong with your Podfile as far as I can tell. We have an issue with the swift3 version of then indeed but we're on it :)
I'll ping you when it's fixed, hopefully tomorrow. Have a great day,

@umeshjavastar
Copy link
Author

Thanks,
I am waiting for new version update

@s4cha
Copy link
Member

s4cha commented Sep 22, 2016

Hi @umeshjavastar, swift3 version is now out
Here is a Podfile version that will pull the latest (swift3) version.

target "MyApp" do
  pod 'thenPromise', :git => 'https://github.com/freshOS/then.git'
  use_frameworks!
end

Let me know how it goes :)

@umeshjavastar
Copy link
Author

Thanks its working

@s4cha
Copy link
Member

s4cha commented Sep 22, 2016

Awesome!

@s4cha s4cha closed this as completed Sep 22, 2016
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