kazuhiro4949 / Alamofire-SwiftyXMLParser

Alamofire extension for serialize NSData to SwiftyXMLParser
MIT License
9 stars 5 forks source link

Error cocoa pod configurations. #1

Open CoderNaveen opened 7 years ago

CoderNaveen commented 7 years ago

pod 'Alamofire-SwiftyXMLParser'

Error- [!] There are only pre-release versions available satisfying the following requirements:

'Alamofire-SwiftyXMLParser', '>= 0'
kazuhiro4949 commented 7 years ago

thanks for your report. I'll check it later.

SuvarnaRatna-DevRabbit commented 7 years ago

I am also facing same issue with cocoapods. Error- [!] There are only pre-release versions available satisfying the following requirements:

'Alamofire-SwiftyXMLParser', '>= 0'

Any help how to solve this issue.

vrySantosh commented 6 years ago

I too got the same issues

LeroyLiu14 commented 6 years ago

use that!

pod "Alamofire-SwiftyXMLParser", "~> 1.0.0-alpha1"

ppearson111 commented 6 years ago

Was running to the the same issue with 'only pre-release versions' available... tried your suggestion above pod "Alamofire-SwiftyXMLParser", "~> 1.0.0-alpha1" but now pod install gives an error that Alamofire 3.3.1 is required, which is quite old and we are using ~> 4.7. Do you have an update for a higher version of your library that will work with Alamofire 4.x or greater?

imJithin777 commented 5 years ago

Is there any updated version of Alamofire-SwiftyXMLParser that can be used for alamofire 5.0. Do reply if available

graciasc commented 4 years ago

Current working pod config for me.

pod "SwiftyXMLParser",'~> 1.0' pod "Alamofire-SwiftyXMLParser", "~> 1.0.0-alpha1"