Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaygarlanka committed Jan 10, 2020
1 parent 5408c53 commit d58b082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoxPreviewSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/box/box-ios-preview-sdk.git", :tag => "v"+spec.version.to_s }
spec.swift_versions = ["5.0", "5.1"]
spec.requires_arc = true
spec.dependency "BoxSDK", "~> 3.0.0"
spec.dependency "BoxSDK", "~> 3.0"

spec.default_subspec = "Core"
spec.subspec "Core" do |ss|
Expand Down

0 comments on commit d58b082

Please sign in to comment.