diff --git a/SimpleRemoteObject/0.0.3/SimpleRemoteObject.podspec b/SimpleRemoteObject/0.0.3/SimpleRemoteObject.podspec index 97a43da9..11d1dc2d 100644 --- a/SimpleRemoteObject/0.0.3/SimpleRemoteObject.podspec +++ b/SimpleRemoteObject/0.0.3/SimpleRemoteObject.podspec @@ -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'