Skip to content

Commit 25cc27a

Browse files
committed
Updated Readme
1 parent 9a491d3 commit 25cc27a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ PopupDialog is available through [CocoaPods](http://cocoapods.org). To install
4141
it, simply add the following to your Podfile:
4242

4343
```ruby
44-
source 'https://github.com/CocoaPods/Specs.git'
45-
platform :ios, '8.0'
4644
use_frameworks!
4745

4846
target '<Your Target Name>'
@@ -61,10 +59,11 @@ Please not the the Swift3 branch might not be up to date until release.
6159

6260
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
6361

64-
To install, simply add the following line to your Cartfile:
62+
To install, simply add the following lines to your Cartfile:
6563

6664
```ruby
6765
github "Orderella/PopupDialog" ~> 0.4
66+
github "tomvanzummeren/TZStackView" ~> 1.2.0
6867
```
6968

7069
## Manually

0 commit comments

Comments
 (0)