From 102b06744fbf2cdf98f4f1362db1c09e2a2d7c6e Mon Sep 17 00:00:00 2001 From: luca3104 Date: Tue, 27 Sep 2016 02:00:42 +0900 Subject: [PATCH] fixed version pod spec --- IrohaSwift.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IrohaSwift.podspec b/IrohaSwift.podspec index fd5cbb075..e14dac2eb 100644 --- a/IrohaSwift.podspec +++ b/IrohaSwift.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "IrohaSwift" - s.version = "1.0.0α2" + s.version = "1.0.0a2" s.summary = "Easy create signature of Iroha Blockchain" s.homepage = "http://www.soramitsu.co.jp/" s.license = "Apache License Version 2.0" s.author = { "Soramitsu Co., Ltd." => "info@soramitsu.co.jp" } - s.source = { :git => "https://github.com/soramitsu/IrohaSwift.git", :tag => "#{s.version}" } + s.source = { :git => "https://github.com/soramitsu/iroha-ios.git", :tag => "#{s.version}" } s.ios.deployment_target = '8.0' s.source_files = 'IrohaSwift/libs/*.{h,c}','IrohaSwift/*.{h,swift}' s.public_header_files = 'IrohaSwift/*.h'