Skip to content

Commit 1d56759

Browse files
committed
update readme
1 parent f15a6dc commit 1d56759

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,16 @@ github "socketio/socket.io-client-swift" ~> 6.1.5 # Or latest version
9393

9494
Run `carthage update --platform ios,macosx`.
9595

96-
CocoaPods 0.36.0 or later (iOS 8+)
96+
CocoaPods 1.0.0 or later
9797
------------------
9898
Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
9999

100100
```ruby
101-
source 'https://github.com/CocoaPods/Specs.git'
102-
platform :ios, '8.0'
103101
use_frameworks!
104102

105-
pod 'Socket.IO-Client-Swift', '~> 6.1.5' # Or latest version
103+
target 'YourApp' do
104+
pod 'Socket.IO-Client-Swift', '~> 6.1.5' # Or latest version
105+
end
106106
```
107107

108108
Install pods:
@@ -121,7 +121,7 @@ import SocketIOClientSwift
121121
Objective-C:
122122

123123
```Objective-C
124-
#import <SocketIOClientSwift/SocketIOClientSwift-Swift.h>
124+
@import SocketIOClientSwift;
125125
```
126126

127127
CocoaSeeds

0 commit comments

Comments
 (0)