Skip to content

Instantly share code, notes, and snippets.

@MarcoEidinger
Last active September 4, 2021 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarcoEidinger/ae2ec0851b0a901ea6e96c908485c9d7 to your computer and use it in GitHub Desktop.
Save MarcoEidinger/ae2ec0851b0a901ea6e96c908485c9d7 to your computer and use it in GitHub Desktop.
Gists for "Rich and interactive cards in SwiftUI" blog post. Original: https://github.com/MarcoEidinger/ms-adaptivecards-ios-example
platform :ios, '14.0'
target 'MSAdaptiveCardExample' do
use_frameworks!
pod 'AdaptiveCards'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment