Skip to content

Commit

Permalink
[Add] AdaptiveCards 2.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielMedAlv authored and CocoaPodsBot committed Oct 9, 2024
1 parent 985148a commit a6ac9bc
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions Specs/8/2/2/AdaptiveCards/2.9.15/AdaptiveCards.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
{
"name": "AdaptiveCards",
"version": "2.9.15",
"license": {
"type": "Adaptive Cards Binary EULA",
"file": "source/EULA-Non-Windows.txt"
},
"homepage": "https://adaptivecards.io",
"authors": {
"AdaptiveCards": "[email protected]"
},
"summary": "Adaptive Cards are a new way for developers to exchange card content in a common and consistent way",
"source": {
"git": "https://github.com/microsoft/AdaptiveCards-Mobile.git",
"tag": "iOS/[email protected]"
},
"default_subspecs": [
"AdaptiveCardsCore",
"AdaptiveCardsPrivate",
"ObjectModel",
"UIProviders"
],
"platforms": {
"ios": "14"
},
"frameworks": [
"AVFoundation",
"AVKit",
"CoreGraphics",
"QuartzCore",
"UIKit"
],
"exclude_files": "source/ios/AdaptiveCards/AdaptiveCards/AdaptiveCards/include/**/*",
"subspecs": [
{
"name": "AdaptiveCardsCore",
"source_files": "source/ios/AdaptiveCards/AdaptiveCards/AdaptiveCards/*.{h,m,mm}",
"resource_bundles": {
"AdaptiveCards": [
"source/ios/AdaptiveCards/AdaptiveCards/AdaptiveCards/Resources/**/*"
]
},
"dependencies": {
"AdaptiveCards/AdaptiveCardsPrivate": [

],
"AdaptiveCards/ObjectModel": [

],
"SVGKit": [
">= 3.0.0"
]
}
},
{
"name": "ObjectModel",
"source_files": "source/shared/cpp/ObjectModel/**/*.{h,cpp}",
"header_mappings_dir": "source/shared/cpp/ObjectModel/",
"private_header_files": "source/shared/cpp/ObjectModel/**/*.{h}",
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++17",
"CLANG_CXX_LIBRARY": "libc++"
}
},
{
"name": "AdaptiveCardsPrivate",
"source_files": "source/ios/AdaptiveCards/AdaptiveCards/AdaptiveCards/PrivateHeaders/**/*.{h,m,mm}",
"header_mappings_dir": "source/ios/AdaptiveCards/AdaptiveCards/AdaptiveCards/PrivateHeaders/",
"private_header_files": "source/ios/AdaptiveCards/AdaptiveCards/AdaptiveCards/PrivateHeaders/*.h"
},
{
"name": "UIProviders",
"dependencies": {
"MicrosoftFluentUI/Tooltip_ios": [
"~> 0.3.6"
]
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "ADAPTIVECARDS_USE_FLUENT_TOOLTIPS=1"
}
}
]
}

0 comments on commit a6ac9bc

Please sign in to comment.