Skip to content

Commit 9c012f5

Browse files
committed
Prepeare Release 1.2.0
1 parent 427e0ad commit 9c012f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftPhoenixClient.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "SwiftPhoenixClient"
11-
s.version = "1.1.2"
11+
s.version = "1.2.0"
1212
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
1313
s.swift_version = "5.0"
1414

@@ -38,7 +38,7 @@ http://www.phoenixframework.org/docs/channels
3838
s.platform = :ios, '9.0'
3939
s.requires_arc = true
4040

41-
s.source_files = 'Sources/SwiftPhoenixClient/'
41+
s.source_files = 'Sources/**/*.swift'
4242

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

0 commit comments

Comments
 (0)