[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 5 / 4 / a / MachineLearningKit / 0.1.5 / MachineLearningKit.podspec.json
blob66b16078b0901fab4961f4d9f665f9300d3194dd
2   "name": "MachineLearningKit",
3   "version": "0.1.5",
4   "summary": "A simple machine learning framework written in Swift ðŸ¤–",
5   "description": "MLKit is a simple machine learning framework written in Swift. Currently MLKit features machine learning algorithms that deal with the topic of regression, but the framework will expand over time with topics such as classification, clustering, recommender systems, and deep learning. The vision and goal of this framework is to provide developers with a toolkit to create products that can learn from data. MLKit is a side project of mine in order to make it easier for developers to implement machine learning algorithms on the go, and to familiarlize myself with machine learning concepts.",
6   "homepage": "https://github.com/Somnibyte/MLKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guled Ahmed": "guledahmed777@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Somnibyte/MLKit.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "10.1"
21   },
22   "source_files": "MLKit/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "MapKit"
26   ],
27   "dependencies": {
28     "Upsurge": [
30     ]
31   },
32   "pushed_with_swift_version": "3.0"