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 768406a commit 85d589fCopy full SHA for 85d589f
RestKit.podspec
@@ -1,10 +1,10 @@
1
Pod::Spec.new do |s|
2
s.name = 'RestKit'
3
- s.version = '0.10.3'
+ s.version = '0.10.4'
4
s.summary = 'RestKit is a framework for consuming and modeling RESTful web resources on iOS and OS X.'
5
s.homepage = 'http://www.restkit.org'
6
s.author = { 'Blake Watters' => 'blakewatters@gmail.com' }
7
- s.source = { :git => 'https://github.com/timehop/RestKit.git', :head }
+ s.source = { :git => 'https://github.com/timehop/RestKit.git', :tag => 'v0.10.4' }
8
s.license = 'Apache License, Version 2.0'
9
10
s.source_files = 'Code/RestKit.h'
0 commit comments