You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,6 @@ PopupDialog is available through [CocoaPods](http://cocoapods.org). To install
41
41
it, simply add the following to your Podfile:
42
42
43
43
```ruby
44
-
source 'https://github.com/CocoaPods/Specs.git'
45
-
platform :ios, '8.0'
46
44
use_frameworks!
47
45
48
46
target '<Your Target Name>'
@@ -61,10 +59,11 @@ Please not the the Swift3 branch might not be up to date until release.
61
59
62
60
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
63
61
64
-
To install, simply add the following line to your Cartfile:
62
+
To install, simply add the following lines to your Cartfile:
0 commit comments