1
0
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:
Kwangsoo Yeo
2022-01-20 18:04:12 -08:00
parent c6f40c00d6
commit c9bcda4198

View File

@@ -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'