mirror of
https://github.com/Picovoice/porcupine.git
synced 2022-01-28 03:27:53 +03:00
set podspec source to tag
This commit is contained in:
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
|
||||
DESC
|
||||
s.homepage = 'https://github.com/Picovoice/porcupine/tree/master/binding/ios'
|
||||
s.author = { 'Picovoice' => 'hello@picovoice.ai' }
|
||||
s.source = { :git => "https://github.com/Picovoice/porcupine.git", :branch => "v2.1" }
|
||||
s.source = { :git => "https://github.com/Picovoice/porcupine.git", :tag => "Porcupine-iOS-v2.1.0" }
|
||||
s.ios.deployment_target = '9.0'
|
||||
s.swift_version = '5.0'
|
||||
s.vendored_frameworks = 'lib/ios/PvPorcupine.xcframework'
|
||||
|
||||
Reference in New Issue
Block a user