Skip to content

Commit 0e49462

Browse files
committed
Update README for SPM
1 parent 54ebfe7 commit 0e49462

File tree

1 file changed

+4
-26
lines changed

1 file changed

+4
-26
lines changed

README.md

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -151,35 +151,13 @@ Hello Kyle
151151

152152
## Installation
153153

154-
You can install Commander in many ways, such as with Conche or CocoaPods.
155-
156-
### Conche (recommended)
157-
158-
The recommended way to use Commander would be via [Conche](https://github.com/Conche/Conche).
159-
160-
### CocoaPods
161-
162-
```ruby
163-
use_frameworks!
164-
pod 'Commander'
165-
```
166-
167-
#### Rome
168-
169-
[Rome](https://github.com/neonichu/Rome) is a plugin for CocoaPods to build
170-
the `.framework`s for your dependencies. When you run `pod install` using
171-
the Rome plugin, dependencies will be build into the `Rome` directory.
172-
173-
```ruby
174-
platform :osx, '10.10'
175-
plugin 'cocoapods-rome'
176-
pod 'Commander'
177-
```
154+
You can install Commander in many ways, with SPM (Swift Package Manager), [Conche](https://github.com/Conche/Conche), CocoaPods or [CocoaPods-Rome](https://github.com/neonichu/Rome).
178155

179156
### Frameworks and `rpath`
180157

181-
It's important to note that the `.framework` file for Commander (and any
182-
other dependency) must be available at run-time for your command line tool.
158+
It's important to note that the `.framework` or dynamic library file for
159+
Commander (and any other dependency) must be available at run-time for your
160+
command line tool. Unless you are using SPM.
183161

184162
Applications will look in their `rpath` which contains paths of where it expects
185163
the `.framework`s to be found at.

0 commit comments

Comments
 (0)