Esqarrouth / EZSwiftExtensions

:smirk: How Swift standard types and classes were supposed to work.
MIT License
3k stars 381 forks source link

Update cocoapod file to latest release #482

Closed CrislerAnytimes closed 6 years ago

CrislerAnytimes commented 6 years ago

Hi can someone update the latest podfile to the latest release? (1.12)

isimple4 commented 6 years ago

For now you can use master branch or 1.12 tag branch.

Esqarrouth commented 6 years ago

https://github.com/goktugyil/EZSwiftExtensions/issues/481

lizhaobomb commented 6 years ago

pod can't find 1.12

isimple4 commented 6 years ago

It seems that 1.12 branch has not been merged and published yet, try using tag like below.

pod 'EZSwiftExtensions', :git => 'https://github.com/goktugyil/EZSwiftExtensions.git', :tag => '1.12'

483