Skip to content

Commit

Permalink
Merge pull request #107 from Alfresco/MOBILEAPPS-850
Browse files Browse the repository at this point in the history
Removed UIKit and update version
  • Loading branch information
gl-lovekesh authored Sep 27, 2021
2 parents f27a507 + 650c6df commit 74bff8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AlfrescoContent/AlfrescoContent.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.14'
s.tvos.deployment_target = '12.0'
s.swift_version = '5.0'
s.version = '0.2.0'
s.version = '0.2.1'
s.source = {:git => 'https://github.com/Alfresco/alfresco-ios-swift-api.git', :tag => 'content/'+s.version.to_s}
s.authors = {'Alfresco' => '[email protected]'}
s.license = {:type => 'Apache License Version 2.0', :file => 'AlfrescoContent/LICENSE.md'}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// limitations under the License.
//

import UIKit
import Foundation

// MARK: Advance Search Model
public class SearchConfigModel: Codable {
Expand Down

0 comments on commit 74bff8f

Please sign in to comment.