Skip to content

Commit

Permalink
Prepeare Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrees committed Dec 23, 2019
1 parent 427e0ad commit 9c012f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftPhoenixClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SwiftPhoenixClient"
s.version = "1.1.2"
s.version = "1.2.0"
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
s.swift_version = "5.0"

Expand Down Expand Up @@ -38,7 +38,7 @@ http://www.phoenixframework.org/docs/channels
s.platform = :ios, '9.0'
s.requires_arc = true

s.source_files = 'Sources/SwiftPhoenixClient/'
s.source_files = 'Sources/**/*.swift'

s.dependency 'Starscream', '~> 3.1.0'
end

0 comments on commit 9c012f5

Please sign in to comment.