-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
985148a
commit a6ac9bc
Showing
1 changed file
with
83 additions
and
0 deletions.
There are no files selected for viewing
83 changes: 83 additions & 0 deletions
83
Specs/8/2/2/AdaptiveCards/2.9.15/AdaptiveCards.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
] | ||
} |