-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #147 from citrix/release_ios_25.1.0
Publish iOS MAMSDK 25.1.0
- Loading branch information
Showing
4 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
cocoapod/CTXMAMContainment/25.1.0/CTXMAMContainment.podspec
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,26 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'CTXMAMContainment' | ||
s.version = '25.1.0' | ||
s.summary = 'CTXMAMContainment framework is responsible for controlling access to various device hardware features like cameras, microphones, and so on.' | ||
s.description = <<-DESC | ||
CTXMAMContainment framework is responsible for controlling access to various device hardware features like cameras, microphones, file system, and so on. See https://developer.cloud.com/citrixworkspace/mobile-application-integration to learn more. | ||
DESC | ||
s.homepage = 'https://github.com/citrix/citrix-mam-sdks' | ||
s.author = 'Cloud Software Group, Inc.' | ||
s.platform = :ios, "12.0" | ||
s.module_name = s.name | ||
s.license = { | ||
:text => "https://developer.cloud.com/citrix-api-terms-of-use", | ||
:type => "Custom" | ||
} | ||
s.source = { :http => 'https://raw.githubusercontent.com/citrix/citrix-mam-sdks/main/cocoapod/CTXMAMContainment/24.5.0/CTXMAMContainment.zip' } | ||
s.source_files = 'CTXMAMContainment.xcframework/**/Headers/*.h' | ||
s.public_header_files = 'CTXMAMContainment.xcframework/**/Headers/*.h' | ||
s.vendored_frameworks = 'CTXMAMContainment.xcframework' | ||
|
||
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
|
||
s.dependency 'CTXMAMCore' | ||
s.dependency 'CitrixLogger' | ||
end |
Binary file not shown.
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,24 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'CTXMAMCore' | ||
s.version = '25.1.0' | ||
s.summary = 'This pod provides the core functionality for the Citrix MAM SDK.' | ||
s.author = 'Cloud Software Group, Inc.' | ||
s.description = <<-DESC | ||
This pod provides the core functionality for the Citrix MAM SDK. See https://developer.cloud.com/citrixworkspace/mobile-application-integration to learn more. | ||
DESC | ||
s.homepage = 'https://github.com/citrix/citrix-mam-sdks' | ||
s.platform = :ios, '12.0' | ||
s.license = { | ||
:type => "https://developer.cloud.com/citrix-api-terms-of-use", | ||
:text => "Custom" | ||
} | ||
s.source = { :http => 'https://raw.githubusercontent.com/citrix/citrix-mam-sdks/main/cocoapod/CTXMAMCore/24.7.0/CTXMAMCore.zip' } | ||
s.source_files = 'CTXMAMCore.xcframework/**/Headers/*.h' | ||
s.public_header_files = 'CTXMAMCore.xcframework/**/Headers/*.h' | ||
s.vendored_frameworks = 'CTXMAMCore.xcframework' | ||
|
||
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
|
||
s.dependency 'CitrixLogger' | ||
end |
Binary file not shown.