We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f7cff commit 717b293Copy full SHA for 717b293
ForageSDK.podspec
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
9
spec.author = { "Rob Gormisky" => "rob@joinforage.com" }
10
spec.platform = :ios, "13.0"
11
spec.readme = "https://raw.githubusercontent.com/teamforage/forage-ios-sdk/main/README.md"
12
- spec.source = { :git => "https://github.com/teamforage/forage-ios-sdk.git", :tag => "4.4.11" }
+ spec.source = { :git => "https://github.com/teamforage/forage-ios-sdk.git", :tag => "4.5.0" }
13
spec.source_files = ["Sources/ForageSDK/**/*.swift", "DatadogPrivate-Objc/**/*.{h,m}"]
14
spec.resource_bundles = {
15
'ForageIcon' => ['Sources/Resources/*']
0 commit comments