Jasonette / JASONETTE-iOS

📡 Native App over HTTP, on iOS
https://www.jasonette.com
MIT License
5.27k stars 352 forks source link

added explicit version to pods #338

Closed clsource closed 6 years ago

clsource commented 6 years ago

Added two explicit versions to Podfile

  pod 'SDWebImage', :git => "https://github.com/rs/SDWebImage.git", :tag => '3.8.1'
  pod 'SBJson', '~> 4.0.2'

Since Jasonette can not work with more updated versions it's best to use explicit versions until the core change the function calls to these libs.

gliechtenstein commented 6 years ago

👍👍