We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb2d48 commit fa49907Copy full SHA for fa49907
GCDWebServer.podspec
@@ -7,13 +7,13 @@
7
8
Pod::Spec.new do |s|
9
s.name = 'GCDWebServer'
10
- s.version = '3.6.2'
+ s.version = '3.7.0'
11
s.author = { 'Pierre-Olivier Latour' => '[email protected]' }
12
s.license = { :type => 'BSD', :file => 'LICENSE' }
13
- s.homepage = 'https://github.com/edrlab/GCDWebServer'
+ s.homepage = 'https://github.com/readium/GCDWebServer'
14
s.summary = 'Lightweight GCD based HTTP server for OS X & iOS (includes web based uploader & WebDAV server)'
15
16
- s.source = { :git => 'https://github.com/edrlab/GCDWebServer.git', :tag => s.version.to_s }
+ s.source = { :git => 'https://github.com/readium/GCDWebServer.git', :tag => s.version.to_s }
17
s.ios.deployment_target = '8.0'
18
s.requires_arc = true
19
0 commit comments