Skip to content

Commit 17191e4

Browse files
committed
Update README
1 parent 05a9df1 commit 17191e4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Add `NVActivityIndicatorView` in your `Cartfile`.
8080
github "ninjaprox/NVActivityIndicatorView"
8181
```
8282

83-
Run `carthage` to build the framework and drag the built `NVActivityIndicatorView_iOS.framework`, `NVActivityIndicatorViewAppExtension_iOS.framework` or `NVActivityIndicatorView_tvOS.framework` into your Xcode project.
83+
Run `carthage` to build the framework and drag the built `NVActivityIndicatorView.framework` in the folder appropriateto the platform, e.g. iOS, tvOS, into your Xcode project.
8484

8585
_**Note:** You might encounter compile issue, if so please use `carthage` branch instead. Check issue [#101](https://github.com/ninjaprox/NVActivityIndicatorView/issues/101) for more information._
8686

@@ -115,13 +115,7 @@ _**Note:** Related issue [#119](https://github.com/ninjaprox/NVActivityIndicator
115115
Firstly, import `NVActivityIndicatorView`.
116116

117117
```swift
118-
// If you're using CocoaPods
119118
import NVActivityIndicatorView
120-
121-
// If you're using Carthage
122-
import NVActivityIndicatorView_iOS // for NVActivityIndicatorView_iOS.framework
123-
import NVActivityIndicatorView_tvOS // for NVActivityIndicatorView_tvOS.framework
124-
import NVActivityIndicatorViewAppExtension_iOS // for NVActivityIndicatorViewAppExtension_iOS.framework
125119
```
126120

127121
### Initialization

0 commit comments

Comments
 (0)