-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathAudioEngine.podspec
More file actions
29 lines (21 loc) · 1.13 KB
/
AudioEngine.podspec
File metadata and controls
29 lines (21 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Be sure to run `pod spec lint AudioEngineSDKiOS.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |spec|
spec.name = "AudioEngine"
spec.version = "6.5.8"
spec.summary = "The AudioEngine SDK for iOS."
spec.homepage = "https://developer.audioengine.io/sdk/ios"
spec.author = { "Alex Glenn" => "aglenn@findaway.com" }
spec.platform = :ios, "12.0"
spec.swift_versions = ["5.1"]
spec.source = { :git => "https://github.com/FindawayWorld/AudioEngineSDKiOS.git", :tag => "#{spec.version}" }
spec.public_header_files = "AudioEngine.xcframework/ios-arm64/AudioEngine.framework/Headers/*.h"
spec.source_files = "AudioEngine.xcframework/ios-arm64/AudioEngine.framework/Headers/*.h"
spec.vendored_frameworks = "AudioEngine.xcframework"
spec.preserve_paths = ["AudioEngine-iphoneos.framework.dSYM", "Licenses"]
end