Skip to content

Commit

Permalink
Minor change to podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
andlie committed Mar 6, 2023
1 parent 662fdb2 commit 58aa8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion surveymonkey-ios-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/SurveyMonkey/surveymonkey-ios-sdk"
s.license = 'MIT'
s.author = { "Team SDK" => "dev-team-sdk@surveymonkey.com" }
s.source = { :git => "https://github.com/SurveyMonkey/surveymonkey-ios-sdk/releases/download/v#{s.version}/SurveyMonkeyiOSSDK.zip"}
s.source = { :http => "https://github.com/SurveyMonkey/surveymonkey-ios-sdk/releases/download/v#{s.version}/SurveyMonkeyiOSSDK.zip"}
s.platform = :ios, '11.0'
s.ios.vendored_frameworks = 'SurveyMonkeyiOSSDK.xcframework'
end

0 comments on commit 58aa8d3

Please sign in to comment.