Skip to content

Commit

Permalink
Update dependencies and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Isaza committed Apr 4, 2016
1 parent 2998b06 commit d9ab3b1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions BrainCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BrainCore"
s.version = "0.1.3"
s.version = "0.2.0"
s.summary = "The iOS and OS X neural network framework"
s.homepage = "https://github.com/aleph7/BrainCore"
s.license = "MIT"
Expand All @@ -12,5 +12,5 @@ Pod::Spec.new do |s|
s.source = { git: "https://github.com/aleph7/BrainCore.git", tag: s.version, submodules: true }
s.source_files = "Source", "Source/Layers", "Source/Metal/*.metal"

s.dependency "Upsurge", '~> 0.6.0'
s.dependency "Upsurge", '~> 0.7'
end
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "aleph7/Upsurge" ~> 0.6.1
github "aleph7/Upsurge" ~> 0.7
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "aleph7/Upsurge" "0.4.6"
github "aleph7/Upsurge" "0.7.0"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/Upsurge

0 comments on commit d9ab3b1

Please sign in to comment.