We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78480e0 commit 811e18eCopy full SHA for 811e18e
1 file changed
GCDWebServer.podspec
@@ -0,0 +1,18 @@
1
+Pod::Spec.new do |s|
2
+ s.name = 'GCDWebServer'
3
+ s.version = '1.2'
4
+ s.author = { 'Pierre-Olivier Latour' => '[email protected]' }
5
+ s.license = { :type => 'BSD', :file => 'LICENSE' }
6
+ s.homepage = 'https://github.com/swisspol/GCDWebServer'
7
+ s.summary = 'Lightweight GCD based HTTP server for Mac OS X & iOS apps'
8
+ s.source = { :git => 'https://github.com/swisspol/GCDWebServer.git', :tag => s.version.to_s }
9
+
10
+ s.requires_arc = true
11
12
+ s.source_files = 'CGDWebServer/*.{h,m}'
13
14
+ s.ios.deployment_target = '5.0'
15
+ s.osx.deployment_target = '10.7'
16
17
+ s.ios.framework = 'MobileCoreServices'
18
+end
0 commit comments