File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "Swifter"
4
- s . version = "1.4.7 "
4
+ s . version = "1.5.0-rc.1 "
5
5
s . summary = "Tiny http server engine written in Swift programming language."
6
6
s . homepage = "https://github.com/glock45/swifter"
7
7
s . license = { :type => 'Copyright' , :file => 'LICENSE' }
8
8
s . author = { "Damian Kołakowski" => "[email protected] " }
9
- s . ios . deployment_target = "8 .0"
9
+ s . ios . deployment_target = "9 .0"
10
10
s . osx . deployment_target = "10.10"
11
11
s . tvos . deployment_target = "9.0"
12
- s . source = { :git => "https://github.com/httpswift/swifter.git" , :tag => "1.4.7 " }
12
+ s . source = { :git => "https://github.com/httpswift/swifter.git" , :tag => "1.5.0-rc.1 " }
13
13
s . source_files = 'XCode/Sources/*.{swift}'
14
14
s . swift_version = '4.2'
15
15
You can’t perform that action at this time.
0 commit comments