Skip to content

Commit afeb5a7

Browse files
authored
Update README.md
Remove pod specific version from sample Podfile Fixes #205
1 parent 5249e36 commit afeb5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ platform :ios, '8.0'
5757
use_frameworks!
5858

5959
target '<Your Target Name>' do
60-
pod 'FolioReaderKit', '~> 0.8'
60+
pod 'FolioReaderKit'
6161
end
6262
```
6363

0 commit comments

Comments
 (0)