-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPhenixSdk.podspec
More file actions
22 lines (18 loc) · 955 Bytes
/
PhenixSdk.podspec
File metadata and controls
22 lines (18 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |spec|
spec.version = "2022.0.4"
spec.name = "PhenixSdk"
spec.homepage = "https://phenixrts.com/"
spec.summary = "Video Real Time Solutions"
spec.license = { :type => "Proprietary", :text => <<-LICENSE
Copyright 2022 Phenix Real Time Solutions, Inc.
Confidential and Proprietary. All rights reserved.
By using this code you agree to the Phenix Terms of Service found online here:
https://phenixrts.com/en-us/terms-of-service.html
LICENSE
}
spec.author = "Phenix Real Time Solutions, Inc."
spec.source = { :git => "git@github.com:PhenixRTS/iOSSDK.git", :tag => "v#{spec.version}" }
spec.ios.vendored_framework = "lib/PhenixSdk.xcframework"
spec.platform = :ios, "9.0"
spec.xcconfig = { "ENABLE_BITCODE" => "NO" }
end