Skip to content

Commit

Permalink
Remove BaseModel
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiossm committed Apr 20, 2023
1 parent c46e0bf commit eabd226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ultralytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Ultralytics"
s.version = "0.0.10"
s.version = "0.0.11"
s.platform = :ios, '14.0'
s.ios.deployment_target = '14.0'
s.summary = "A framework for interfacing with Ultralytics HUB"
Expand All @@ -11,6 +11,6 @@ Pod::Spec.new do |s|
s.author = { "Ultralytics" => "..." }
s.swift_version = "5.7"
s.swift_versions = '5.0'
s.source = { :http => 'https://github.com/ultralytics/ultralytics-ios-podspecs/releases/download/0.0.10/Ultralytics.xcframework.zip' }
s.source = { :http => 'https://github.com/ultralytics/ultralytics-ios-podspecs/releases/download/0.0.11/Ultralytics.xcframework.zip' }
s.vendored_frameworks = "Ultralytics.xcframework"
end

0 comments on commit eabd226

Please sign in to comment.