Skip to content

Commit

Permalink
Add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
serejahh committed Oct 21, 2016
1 parent 99643f5 commit 831ae10
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .swift-version
@@ -0,0 +1 @@
3.0
13 changes: 13 additions & 0 deletions PhoenixWebSocket.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'PhoenixWebSocket'
s.version = '0.6'
s.license = 'MIT'
s.summary = 'A websockets framework designed to work with Phoenix Framework'
s.homepage = 'https://github.com/almassapargali/PhoenixWebSocket'
s.author = 'Almas Sapargali'

s.source = { :git => 'https://github.com/almassapargali/PhoenixWebSocket.git', :tag => s.version }
s.source_files = 'PhoenixWebSocket/*'
s.platform = :ios, '9.0'
s.dependency 'Starscream', '~> 2.0'
end

0 comments on commit 831ae10

Please sign in to comment.