Skip to content

Commit 89e179d

Browse files
committed
Update readme & changelog to include changes
1 parent 7b66ed1 commit 89e179d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Cocoapods::repo-svn changelog
22

3+
# Master
4+
5+
* Add support for new source provider plugin hook (CocoaPods [#3792](https://github.com/CocoaPods/CocoaPods/pull/3792))
6+
37
## 0.1.1
48

59
* Migrating to new CLAide::Arguments (CocoaPods/CLAide#33)

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ Our team had been using a in house fork of Cocoapods with svn, bzr, and hg spec-
1313

1414
$ gem install cocoapods-repo-svn
1515

16-
## Usage
16+
# Usage
17+
18+
## Commands
1719

1820
Add
1921

@@ -27,6 +29,15 @@ Remove
2729

2830
$ pod repo-svn remove my-svn-repo
2931

32+
## Podfile integration
33+
34+
To include your sources in the install phase of your project, do the following:
35+
```ruby
36+
plugin 'cocoapods-repo-svn', :sources => [
37+
'https://svn.myrepository.com'
38+
]
39+
```
40+
3041

3142
## Contributing
3243

0 commit comments

Comments
 (0)