Skip to content

Commit 7544a6d

Browse files
committed
Update
1 parent f9621c8 commit 7544a6d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

GCDWebServer.podspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# http://guides.cocoapods.org/syntax/podspec.html
2-
# Verify Podspec with:
3-
# sudo gem update cocoapods
4-
# pod spec lint GCDWebServer.podspec --verbose
5-
# Add to source line:
6-
# :tag => s.version.to_s
2+
# http://guides.cocoapods.org/making/getting-setup-with-trunk.html
3+
# $ sudo gem update cocoapods
4+
# (optional) $ pod trunk register {email} {name} --description={computer}
5+
# $ pod trunk push
6+
# DELETE THIS SECTION BEFORE PROCEEDING!
77

88
Pod::Spec.new do |s|
99
s.name = 'GCDWebServer'
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.homepage = 'https://github.com/swisspol/GCDWebServer'
1414
s.summary = 'Lightweight GCD based HTTP server for OS X & iOS (includes web based uploader & WebDAV server)'
1515

16-
s.source = { :git => 'https://github.com/swisspol/GCDWebServer.git' }
16+
s.source = { :git => 'https://github.com/swisspol/GCDWebServer.git', :tag => s.version.to_s }
1717
s.ios.deployment_target = '5.0'
1818
s.osx.deployment_target = '10.7'
1919
s.requires_arc = true

0 commit comments

Comments
 (0)