Skip to content

Commit 4d465d4

Browse files
committed
pod path shouldn't be a full path to a spec
This should be a path to the directory containing the spec
1 parent c9b30ed commit 4d465d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/making/making-a-cocoapod.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can work on the library from its folder on your system.
4444
> Alternatively you can work from an application project using the `:path` option:
4545
4646
```ruby
47-
pod 'Name', :path => '~/code/Pods/NAME.podspec'
47+
pod 'Name', :path => '~/code/Pods/'
4848
```
4949

5050
### Testing

0 commit comments

Comments
 (0)