Skip to content

Commit

Permalink
pod spec update
Browse files Browse the repository at this point in the history
removed unnecessary files
  • Loading branch information
dbejanishvili committed Aug 12, 2021
1 parent 21be60b commit b9595eb
Show file tree
Hide file tree
Showing 78 changed files with 3 additions and 7,697 deletions.
6 changes: 3 additions & 3 deletions MavisSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'MavisSDK'
s.platform = :ios, '10.0'
s.version = '1.3.2'
s.platform = :ios, '10.0'
s.version = '2.0.0'
s.authors = 'OP Solutions'
s.summary = 'Swift SDK for Mavis'
s.source_files = 'Sources/MavisSDK/*.swift'
s.vendored_frameworks = 'UnityFramework.framework', 'WikitudeSDK.framework'
s.license = 'Proprietary'
s.homepage = 'https://github.com/OP-Solutions/Mavis-IOS-SDK'
s.source = { :git => 'https://github.com/OP-Solutions/Mavis-IOS-SDK.git'}
s.source = { :git => 'https://github.com/OP-Solutions/Mavis-IOS-SDK.git', :tag => '2.0.0'}
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' , 'ONLY_ACTIVE_ARCH' => 'YES'}
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' , 'ONLY_ACTIVE_ARCH' => 'YES'}

Expand Down
27 changes: 0 additions & 27 deletions Package.swift

This file was deleted.

39 changes: 0 additions & 39 deletions UnityFramework.xcframework/Info.plist

This file was deleted.

Loading

0 comments on commit b9595eb

Please sign in to comment.