Skip to content

Commit

Permalink
fixed version pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoshi-Kaji committed Sep 26, 2016
1 parent 0cd8fe9 commit 102b067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IrohaSwift.podspec
Original file line number Diff line number Diff line change
@@ -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." => "[email protected]" }
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'
Expand Down

0 comments on commit 102b067

Please sign in to comment.