Skip to content

Commit 932c34f

Browse files
Removes CocoaPods instructions from Swift TFLite library README. CocoaPod is not yet available.
PiperOrigin-RevId: 235269544
1 parent 8b11496 commit 932c34f

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

tensorflow/lite/experimental/swift/README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,3 @@ script:
5959
```shell
6060
generate_xcodeproj.sh --genconfig tensorflow/lite/swift/TensorFlowLite.tulsiproj:TensorFlowLite --outputfolder ~/path/to/generated/TensorFlowLite.xcodeproj
6161
```
62-
63-
### CocoaPods
64-
65-
Add the following to your `Podfile`:
66-
67-
```ruby
68-
use_frameworks!
69-
pod 'TensorFlowLiteSwift'
70-
```
71-
72-
Then, run `pod install`.
73-
74-
In your Swift files, import the module:
75-
76-
```swift
77-
import TensorFlowLite
78-
```

0 commit comments

Comments
 (0)