Skip to content

Commit 85d589f

Browse files
committed
updated podspec
1 parent 768406a commit 85d589f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RestKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
22
s.name = 'RestKit'
3-
s.version = '0.10.3'
3+
s.version = '0.10.4'
44
s.summary = 'RestKit is a framework for consuming and modeling RESTful web resources on iOS and OS X.'
55
s.homepage = 'http://www.restkit.org'
66
s.author = { 'Blake Watters' => 'blakewatters@gmail.com' }
7-
s.source = { :git => 'https://github.com/timehop/RestKit.git', :head }
7+
s.source = { :git => 'https://github.com/timehop/RestKit.git', :tag => 'v0.10.4' }
88
s.license = 'Apache License, Version 2.0'
99

1010
s.source_files = 'Code/RestKit.h'

0 commit comments

Comments
 (0)