Skip to content

Commit

Permalink
Merge pull request #1 from doc-ai/v0.1.0
Browse files Browse the repository at this point in the history
Version the source
  • Loading branch information
phildow authored May 9, 2019
2 parents 46540b5 + 09033c6 commit 3ac15f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TensorIOTensorFlow.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

Pod::Spec.new do |s|
s.name = 'TensorIOTensorFlow'
s.version = '0.1.0'
s.version = '0.1.1'
s.summary = 'The TensorFlow (unofficial) build used by TensorIO for iOS.'
s.description = 'An unofficial build of TensorFlow for iOS used by TensorIO, supporting inference, evaluation, and training.'
s.homepage = 'https://github.com/doc-ai/tensorio-tensorflow-ios'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.author = { 'doc.ai' => 'philip@doc.ai' }
s.source = { :http => 'https://storage.googleapis.com/tensorio-build/TensorIO-TensorFlow-1.13.tar.gz' }
s.source = { :http => 'https://storage.googleapis.com/tensorio-build/TensorIO-TensorFlow-1.13_0.1.1.tar.gz' }

s.ios.deployment_target = '9.3'
s.library = 'c++'
Expand Down

0 comments on commit 3ac15f7

Please sign in to comment.