You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@blakewatters The pod spec is still broken here because the repo is missing a v0.1.0 tag. If you could please add the missing tag it would simplify the use of this CocoaPod.
A workaround is to add the pod by referencing the specific commit:
source 'https://github.com/CocoaPods/Specs.git'
pod 'RKXMLReaderSerialization', :git => "https://github.com/RestKit/RKXMLReaderSerialization.git", :commit => 'c4fc40fa5a8c7e2b13e36120814caff99443f9944389fa
There is no tag in git repository. Please modify s.source or create a tag 'v0.1.0'
The text was updated successfully, but these errors were encountered: