Skip to content

Commit 1565629

Browse files
committed
rename folder
1 parent 1334b97 commit 1565629

14 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:@"localhost:8
4949
##Installation
5050
Manually (iOS 7+)
5151
-----------------
52-
1. Copy the SwiftIO folder into your Xcode project!
52+
1. Copy the SocketIOClientSwift folder into your Xcode project
5353
5454
CocoaPods 0.36.0 or later (iOS 8+)
5555
------------------

Socket.IO-Client-Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.ios.deployment_target = '8.0'
1414
s.osx.deployment_target = '10.10'
1515
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v2.0.1' }
16-
s.source_files = "SwiftIO/**/*.swift"
16+
s.source_files = "SocketIOClientSwift/**/*.swift"
1717
s.requires_arc = true
1818
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
1919
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)