forked from Azure/azure-sdk-for-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAzureCore.podspec.json
28 lines (28 loc) · 1.31 KB
/
AzureCore.podspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "AzureCore",
"version": "1.0.0-beta.6",
"summary": "Azure core client library for iOS",
"description": "This is the core framework for the Azure SDK for iOS, containing the HTTP\npipeline, as well as a shared set of components that are used across all\nclient libraries, including pipeline policies, error types, type aliases,\nan XML Codable implementation, and a logging system. As an end user, you\ndon't need to manually install AzureCore because it will be installed\nautomatically when you install other SDK libraries. If you are a client\nlibrary developer, please reference the AzureCommunicationChat library as\nan example of how to use the shared AzureCore components in your client\nlibrary.",
"homepage": "https://github.com/Azure/azure-sdk-for-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Azure SDK Mobile Team": "[email protected]"
},
"documentation_url": "https://azure.github.io/azure-sdk-for-ios/AzureCore/index.html",
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/Azure/azure-sdk-for-ios.git",
"tag": "1.0.0-beta.6"
},
"source_files": "sdk/core/AzureCore/Source/**/*.{swift,h,m}",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"swift_version": "5.0"
}