Skip to content

Commit c4fc40f

Browse files
committed
Switch version to 0.0.1 and add tag to Podspec
1 parent cc271d4 commit c4fc40f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RKXMLReaderSerialization.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RKXMLReaderSerialization"
3-
s.version = "0.20.0"
3+
s.version = "0.1.0"
44
s.summary = "A RestKit serialization format implementation for XML using XMLReader."
55
s.homepage = "https://github.com/RestKit/RKXMLReaderSerialization"
66
s.license = { :type => 'Apache', :file => 'LICENSE'}
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.ios.deployment_target = '5.0'
1111
s.osx.deployment_target = '10.7'
1212

13-
s.source = { :git => "https://github.com/RestKit/RKXMLReaderSerialization.git" }
13+
s.source = { :git => "https://github.com/RestKit/RKXMLReaderSerialization.git", :tag => 'v0.1.0' }
1414
s.source_files = '*.{h,m}'
1515

1616
s.dependency 'RestKit', '>= 0.20.0dev'

0 commit comments

Comments
 (0)