forked from Azure/azure-sdk-for-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAzureCommunicationCalling.podspec.json
38 lines (38 loc) · 1.26 KB
/
AzureCommunicationCalling.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
29
30
31
32
33
34
35
36
37
38
{
"name": "AzureCommunicationCalling",
"version": "1.0.0-beta.6",
"summary": "Azure Communication Calling Service client library for iOS",
"description": "This package contains the Calling client library for Azure Communication\nServices.",
"homepage": "https://github.com/Azure/azure-sdk-for-ios",
"license": {
"type": "Commercial",
"file": "EULA.txt"
},
"authors": {
"Azure SDK Mobile Team": "[email protected]"
},
"documentation_url": "https://docs.microsoft.com/objectivec/communication-services/calling/",
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"source": {
"http": "https://github.com/Azure/Communication/releases/download/v1.0.0-beta.6/AzureCommunicationCalling-1.0.0-beta.6.zip"
},
"source_files": "AzureCommunicationCalling.framework/Headers/*.h",
"public_header_files": "AzureCommunicationCalling.framework/Headers/*.h",
"vendored_frameworks": "AzureCommunicationCalling.framework",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES",
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"dependencies": {
"AzureCommunication": [
"~> 1.0.0-beta.6"
]
},
"swift_version": "5.0"
}