-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNubrick.podspec
More file actions
21 lines (17 loc) · 866 Bytes
/
Copy pathNubrick.podspec
File metadata and controls
21 lines (17 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |spec|
spec.name = "Nubrick"
spec.version = "0.19.17"
spec.summary = "Nubrick SDK for iOS"
spec.description = <<-DESC
Nubrick SDK for iOS.
DESC
spec.homepage = "https://docs.nativebrik.com"
# spec.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
spec.license = { :type => "Apache-2.0", :file => "LICENSE" }
spec.author = { "Nubrick" => "nubrick-support@plaid.co.jp" }
spec.platform = :ios
spec.ios.deployment_target = "15.0"
spec.source = { :http => "https://github.com/plaidev/nubrick-ios/releases/download/v0.19.17/Nubrick.xcframework.zip",
:sha256 => "119aa8550f0de6c4a7a07ff8a6c4f15de4864ae7b7dfd8464cc434652f0af097" }
spec.vendored_frameworks = "Nubrick.xcframework"
end