update readme
This commit is contained in:
		
							parent
							
								
									03032d0c72
								
							
						
					
					
						commit
						42da871d93
					
				@ -61,7 +61,7 @@ let package = Package(
 | 
				
			|||||||
        .executable(name: "socket.io-test", targets: ["YourTargetName"])
 | 
					        .executable(name: "socket.io-test", targets: ["YourTargetName"])
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    dependencies: [
 | 
					    dependencies: [
 | 
				
			||||||
        .package(url: "https://github.com/socketio/socket.io-client-swift", .upToNextMinor(from: "15.0.0"))
 | 
					        .package(url: "https://github.com/socketio/socket.io-client-swift", .upToNextMinor(from: "16.1.1"))
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    targets: [
 | 
					    targets: [
 | 
				
			||||||
        .target(name: "YourTargetName", dependencies: ["SocketIO"], path: "./Path/To/Your/Sources")
 | 
					        .target(name: "YourTargetName", dependencies: ["SocketIO"], path: "./Path/To/Your/Sources")
 | 
				
			||||||
@ -74,7 +74,7 @@ Then import `import SocketIO`.
 | 
				
			|||||||
### Carthage
 | 
					### Carthage
 | 
				
			||||||
Add this line to your `Cartfile`:
 | 
					Add this line to your `Cartfile`:
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
github "socketio/socket.io-client-swift" ~> 15.2.0
 | 
					github "socketio/socket.io-client-swift" ~> 16.1.1
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Run `carthage update --platform ios,macosx`.
 | 
					Run `carthage update --platform ios,macosx`.
 | 
				
			||||||
@ -88,7 +88,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
 | 
				
			|||||||
use_frameworks!
 | 
					use_frameworks!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
target 'YourApp' do
 | 
					target 'YourApp' do
 | 
				
			||||||
    pod 'Socket.IO-Client-Swift', '~> 15.2.0'
 | 
					    pod 'Socket.IO-Client-Swift', '~> 16.1.1'
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user