Removes CocoaPods instructions from Swift TFLite library README. CocoaPod is not yet available.
PiperOrigin-RevId: 235269544
This commit is contained in:
parent
8b11496c44
commit
932c34f8d5
@ -59,20 +59,3 @@ script:
|
||||
```shell
|
||||
generate_xcodeproj.sh --genconfig tensorflow/lite/swift/TensorFlowLite.tulsiproj:TensorFlowLite --outputfolder ~/path/to/generated/TensorFlowLite.xcodeproj
|
||||
```
|
||||
|
||||
### CocoaPods
|
||||
|
||||
Add the following to your `Podfile`:
|
||||
|
||||
```ruby
|
||||
use_frameworks!
|
||||
pod 'TensorFlowLiteSwift'
|
||||
```
|
||||
|
||||
Then, run `pod install`.
|
||||
|
||||
In your Swift files, import the module:
|
||||
|
||||
```swift
|
||||
import TensorFlowLite
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user