forked from swisspol/GCDWebServer
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ec154d
commit c7bdaa9
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,14 +7,14 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = 'GCDWebServer' | ||
s.version = '3.7.3' | ||
s.version = '3.7.4' | ||
s.author = { 'Pierre-Olivier Latour' => '[email protected]' } | ||
s.license = { :type => 'BSD', :file => 'LICENSE' } | ||
s.homepage = 'https://github.com/readium/GCDWebServer' | ||
s.summary = 'Lightweight GCD based HTTP server for OS X & iOS (includes web based uploader & WebDAV server)' | ||
|
||
s.source = { :git => 'https://github.com/readium/GCDWebServer.git', :tag => s.version.to_s } | ||
s.ios.deployment_target = '8.0' | ||
s.ios.deployment_target = '11.0' | ||
s.requires_arc = true | ||
|
||
s.default_subspec = 'Core' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters