added to_s for s.version in tag

This commit is contained in:
Hal Seki
2013-03-16 18:16:59 +09:00
parent 5063b41cf5
commit 1e4d24c0d3
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.license = 'MIT'
s.homepage = "https://github.com/halsk/SimpleRemoteObject"
s.author = { "Hal Seki" => "hal@georepublic.co.jp" }
s.source = { :git => "https://github.com/halsk/SimpleRemoteObject.git", :tag => s.version }
s.source = { :git => "https://github.com/halsk/SimpleRemoteObject.git", :tag => s.version.to_s }
s.platform = :ios, '5.1'
s.source_files = 'SimpleRemoteObject/classes/**/*.{h,m}'
s.dependency 'AFNetworking', '>= 1.0.0'