We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc5c4f commit b32223bCopy full SHA for b32223b
README.md
@@ -16,13 +16,12 @@ MLKit is a simple machine learning framework written in Swift. Currently MLKit f
16
17
## Installation
18
19
-MLKit is available through [CocoaPods](http://cocoapods.org). To install
20
-it, simply add the following line to your Podfile:
21
-
22
-```ruby
23
-pod 'MachineLearningKit', '0.1.7'
24
-```
+** New Cocoapods version coming soon, in the meanwhile follow the instructions below: **
25
+#### Without Cocoapods
+1. Download the repository.
+2. `cd [Project_Path_Goes_Here]/Example`
+3. `pod install`
26
27
----------------------------------------------
28
0 commit comments