Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
revert changes 3.33.4-rc2
  • Loading branch information
apis17 committed Jan 12, 2024
1 parent b911391 commit ce81b3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 316 deletions.
6 changes: 3 additions & 3 deletions rms-mobile-xdk-cocoapods.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'rms-mobile-xdk-cocoapods'
s.version = '3.33.4-rc1'
s.version = '3.33.4-rc2'
s.summary = 'Razer Merchant Services Mobile XDK.'

# This description is used to generate tags and improve search results.
Expand All @@ -26,10 +26,10 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/RazerMS/rms-mobile-xdk-cocoapods.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.platform = :ios, '12.0'
s.platform = :ios, '11.0'
s.requires_arc = true

s.source_files = 'rms-mobile-xdk-cocoapods/Classes/**/*.{h,m,swift}'
s.source_files = 'rms-mobile-xdk-cocoapods/Classes/**/*.{h,m}'
s.public_header_files = 'rms-mobile-xdk-cocoapods/Classes/**/*.h'
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'x86_64 armv7 arm64' }

Expand Down
313 changes: 0 additions & 313 deletions rms-mobile-xdk-cocoapods/Classes/APManager.swift

This file was deleted.

0 comments on commit ce81b3c

Please sign in to comment.