sudeepag/SAConfettiView

Swift 3

odedharth opened this issue · 6 comments

Time to merge the Swift 3 pull request :)

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'

@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....

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

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

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