Removes CocoaPods instructions from Swift TFLite library README. CocoaPod is not yet available.

PiperOrigin-RevId: 235269544
This commit is contained in:
A. Unique TensorFlower 2019-02-22 15:25:24 -08:00 committed by TensorFlower Gardener
parent 8b11496c44
commit 932c34f8d5

View File

@ -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
```