siegesmund / SwiftDDP

A Meteor client, written in Swift
MIT License
145 stars 60 forks source link

Cocoapods version of the podspec file IS NOT up to date with the current version on GitHub #112

Open involve-it opened 6 years ago

involve-it commented 6 years ago

This line has wrong CYPTOSWIFT verions in the trunk podfile, should be "s.dependency 'CryptoSwift', '~> 0.7.2'", SwiftWebSocket's version needs to be removed in a same way. See https://github.com/CocoaPods/Specs/blob/master/Specs/7/3/9/SwiftDDP/0.4.1/SwiftDDP.podspec.json

auto-generated pod file. Pod should be edited, not this git repo..Thanks!

sam961 commented 5 years ago

I added support to swift 4.2 pod "SwiftDDP", :git => 'https://github.com/sam961/SwiftDDP.git' , :branch => 'swift-4.2'

mywebstudio commented 5 years ago

I added support to swift 4.2 pod "SwiftDDP", :git => 'https://github.com/sam961/SwiftDDP.git' , :branch => 'swift-4.2'

I have this: Pre-downloading: SwiftDDP from https://github.com/sam961/SwiftDDP.git, branch swift-4.2 [!] Failed to load 'SwiftDDP' podspec: [!] Invalid SwiftDDP.podspec file: [!] Unsupported version requirements.

from /var/folders/_v/y86z3gj963j97ylqldyfdwcm0000gq/T/d20190119-67345-15zie4b/SwiftDDP.podspec:20

 s.dependency 'CryptoSwift'
 s.dependency 'SwiftWebSocket',:git => 'https://github.com/tidwall/SwiftWebSocket.git', :branch => 'master'
s.dependency 'XCGLogger'