Skip to content

Commit

Permalink
UPDATE ] 0.4.3
Browse files Browse the repository at this point in the history
remove info.plist and add line to podspec
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }

ref > CocoaPods/CocoaPods#8125
  • Loading branch information
kim-howard committed Jan 30, 2020
1 parent d255511 commit f2a8e10
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 44 deletions.
28 changes: 11 additions & 17 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

4 changes: 3 additions & 1 deletion WPModuleNetwork.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WPModuleNetwork'
s.version = '0.4.2'
s.version = '0.4.3'
s.summary = 'SmartJack iOS Network Module'
s.description = 'WPNetworkModule is Network Module for iOS.'
s.homepage = 'https://github.com/smartjack-wp/WPModule-Network-iOS'
Expand All @@ -10,6 +10,8 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '11.0'
s.source_files = 'WPModuleNetwork/Classes/**/*'
s.swift_version = '5.0'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }

s.dependency 'Moya', '~> 13.0'

end

0 comments on commit f2a8e10

Please sign in to comment.