Skip to content

Commit

Permalink
reverted.
Browse files Browse the repository at this point in the history
  • Loading branch information
gl-lovekesh committed Jul 10, 2024
1 parent 0b0e673 commit 4429322
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AlfrescoAuth/AlfrescoAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Pod::Spec.new do |s|

s.name = 'AlfrescoAuth'
s.version = '0.2.0-A1'
s.version = '0.2.1'
s.summary = 'Alfresco Auth iOS Swift API'
s.homepage = 'https://github.com/Alfresco/alfresco-ios-swift-api'
s.author = {'Alfresco' => '[email protected]' }
s.license = {:type => 'Apache License Version 2.0', :file => 'AlfrescoAuth/LICENSE.md'}
s.source = {:git => 'https://github.com/Alfresco/alfresco-ios-swift-api.git', :tag => 'auth/'+s.version.to_s}
s.source_files = 'AlfrescoAuth/Sources/**/*'
s.source_files = 'AlfrescoAuth/Sources/**/*.{swift,h,m}'
s.exclude_files = ['AlfrescoAuth/AlfrescoAuthTests', 'AlfrescoAuth/Sources/**/*.plist']
s.ios.deployment_target = '12.0'
s.swift_version = '5.0'
s.framework = ['WebKit']
s.resources = ["AlfrescoAuth/Sources/**/*"]
s.resources = ["AlfrescoAuth/Sources/**/*.storyboard"]
s.dependency 'AlfrescoCore'
s.dependency 'AppAuth'
s.dependency 'Auth0'
Expand Down

0 comments on commit 4429322

Please sign in to comment.