Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

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

Open
involve-it opened this issue Nov 12, 2018 · 2 comments

Comments

@involve-it
Copy link

involve-it commented Nov 12, 2018

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
Copy link
Contributor

sam961 commented Dec 23, 2018

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

@mywebstudio
Copy link

mywebstudio commented Jan 19, 2019

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'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants