We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e7cb4 commit 8072d5fCopy full SHA for 8072d5f
LXFProtocolTool.podspec
@@ -18,8 +18,8 @@ LXFProtocolTool是使用Swift中的协议来实现多种方便、实用的工具
18
s.author = { 'LinXunFeng' => '598600855@qq.com' }
19
s.source = { :git => 'https://github.com/LinXunFeng/LXFProtocolTool.git', :tag => s.version.to_s }
20
21
- s.ios.deployment_target = '8.0'
22
- s.swift_version = "2.0.2"
+ s.ios.deployment_target = '9.0'
+ s.swift_version = "5.0"
23
24
s.source_files = 'LXFProtocolTool/Classes/**/*.swift'
25
0 commit comments