djk12587 / DJKFlipper

Flipboard like animation library
MIT License
51 stars 13 forks source link

pod not working in swift3 #8

Closed Mamtak1811 closed 7 years ago

Mamtak1811 commented 7 years ago

I am trying to use the following code to install pods:

source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks!

pod 'DJKFlipper'

After successful installation, when I open workspace, there are 113 issues and the build fails.

Please give me some solution.

djk12587 commented 7 years ago

Oops, I forgot to update the pod spec file to 0.1.7 which supports swift 3. It should be up to date now. If you are still getting 0.1.6 be sure to run a pod repo update before your next pod install

Mamtak1811 commented 7 years ago

So do we need platform to be 8.0 only?

djk12587 commented 7 years ago

Yes, 8.0 and above. There is also a swift 4 branch if thats needed.

Mamtak1811 commented 7 years ago

Great! Thanks!