Skip to content

Commit

Permalink
Correct the spelling of CocoaPods in README finished
Browse files Browse the repository at this point in the history
  • Loading branch information
ReadmeCritic committed Feb 14, 2016
1 parent a1bd7a7 commit 31b8f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Returns the arguments passed to the script. For example when calling `script -f1
`Args.parsed.flags` returns a dictinary of flags `["f1": "val1", "f2", "val2"]`

## Installation
You can install Swiftline using cocoapods, carthage and Swift package manager
You can install Swiftline using CocoaPods, carthage and Swift package manager

### CocoaPods
use_frameworks!
Expand All @@ -290,7 +290,7 @@ Add swiftline as dependency in your `Package.swift`
```

### CocoaPods + Rome plugin
If you want to use swiftline in a script you can use [Rome](https://github.com/neonichu/Rome) cocoapod plugin. This plugin builds the framework from the pod file and place them in a Rome directory.
If you want to use swiftline in a script you can use [Rome](https://github.com/neonichu/Rome) CocoaPods plugin. This plugin builds the framework from the pod file and place them in a Rome directory.

platform :osx, '10.10'
plugin 'cocoapods-rome'
Expand Down

0 comments on commit 31b8f16

Please sign in to comment.