RestKit / RKXMLReaderSerialization

A RestKit serialization format implementation for XML using XMLReader.
Apache License 2.0
14 stars 22 forks source link

Error in podspec 0.1.0 #4

Open ddeneka opened 11 years ago

ddeneka commented 11 years ago

There is no tag in git repository. Please modify s.source or create a tag 'v0.1.0'

hariel18 commented 10 years ago

Still no tag and no pod for this component.. a pod would be really helpful. Thanx

adolfo commented 9 years ago

@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

Thanks!