We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc271d4 commit c4fc40fCopy full SHA for c4fc40f
RKXMLReaderSerialization.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "RKXMLReaderSerialization"
3
- s.version = "0.20.0"
+ s.version = "0.1.0"
4
s.summary = "A RestKit serialization format implementation for XML using XMLReader."
5
s.homepage = "https://github.com/RestKit/RKXMLReaderSerialization"
6
s.license = { :type => 'Apache', :file => 'LICENSE'}
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
s.ios.deployment_target = '5.0'
11
s.osx.deployment_target = '10.7'
12
13
- s.source = { :git => "https://github.com/RestKit/RKXMLReaderSerialization.git" }
+ s.source = { :git => "https://github.com/RestKit/RKXMLReaderSerialization.git", :tag => 'v0.1.0' }
14
s.source_files = '*.{h,m}'
15
16
s.dependency 'RestKit', '>= 0.20.0dev'
0 commit comments