Skip to content

Commit

Permalink
Merge pull request #3 from nextbillion-ai/zhengshen/modify_version
Browse files Browse the repository at this point in the history
Remove swift version
  • Loading branch information
zhengshenqiu authored Jul 14, 2023
2 parents 914e6aa + a36b0bb commit 312ac78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NextBillionDirection.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |spec|

spec.name = "NextBillionDirection"
spec.version = "1.0.3"
spec.summary = "The nextbillion.ai iOS Turf cocoapods repo"
spec.summary = "The nextbillion.ai iOS Direction cocoapods repo"

spec.description = <<-DESC
This is a iOS xcframework repository, users can integrate with Nextbillion iOS Direction through cocoaPods
Expand All @@ -26,7 +26,6 @@ Pod::Spec.new do |spec|

spec.vendored_frameworks = 'NbmapDirections.xcframework'
spec.platform = :ios, '11.0'
spec.swift_version = '4.0'

spec.user_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
spec.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
Expand Down

0 comments on commit 312ac78

Please sign in to comment.