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 #25

Open
odedharth opened this issue Sep 14, 2016 · 6 comments
Open

Swift 3 #25

odedharth opened this issue Sep 14, 2016 · 6 comments

Comments

@odedharth
Copy link

Time to merge the Swift 3 pull request :)

@gokhanakkurt
Copy link

gokhanakkurt commented Sep 17, 2016

Hey @odedharth, just forked the project and migrated project to Swift 3.0. Check this out.

Just add following snippet to your podfile and run pod update command.

pod 'SAConfettiView', :git => 'https://github.com/gokhanakkurt/SAConfettiView', :branch => 'swift3'

@jjtuttle
Copy link

jjtuttle commented Oct 2, 2016

@gokhanakkurt I am trying to add this in my pod file but after pod update I get error Invalid Podfile file: unterminated string meets end of file

my code in pod file:

platform :ios, '9.0'
 use_frameworks!

target 'watermelon-tapper' do
    pod 'SAConfettiView’,
     :git => 'https://github.com/gokhanakkurt/SAConfettiView.git',
     :branch => 'swift3
end  

What am I missing to add the multiple values in the file?
Thanks anyone....

@gokhanakkurt
Copy link

gokhanakkurt commented Oct 2, 2016

@jjtuttle place the pod dependency in a single line on your podfile and remove .gitsuffix. After that retry pod install command.

@jjtuttle
Copy link

jjtuttle commented Oct 2, 2016

YES, thanks :)
thos were the issues. Have a great DAY!

@benguild
Copy link

The blurb on this repo should be changed to Confetti! Who doesn't like Swift 3?

@onmyway133
Copy link

@odedharth @jjtuttle @benguild @gokhanakkurt Hi, in the meantime, you can use https://github.com/hyperoslo/Cheers

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

5 participants