Skip to content

Commit

Permalink
added podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko Usai committed Dec 12, 2013
1 parent 92e0a2b commit 0610c3b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions MDWamp.podspec
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'MDWamp'
s.version = '1.0.1'
s.license = 'Apache 2.0'
s.homepage = 'http://github.com/mogui/MDWamp'
s.summary = 'a client side objective-C implementation of the WebSocket subprotocol WAMP'
s.author = {
'Niko Usai' => 'mogui83@gmail.com'
}
s.source = {
:git => 'https://github.com/mogui/MDWamp.git',
:tag => '1.0.1'
}
s.source_files = 'MDWamp/MDWamp/**/*.{h,m,c}'
s.ios.deployment_target = '5.0'
s.osx.frameworks = %w{CFNetwork Security}
s.libraries = "icucore"
end

0 comments on commit 0610c3b

Please sign in to comment.