[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / d / 4 / KRSVM / 1.0.0 / KRSVM.podspec.json
blob058cc694612e79c56eaf75cd8cebf09b960329fb
2   "name": "KRSVM",
3   "version": "1.0.0",
4   "summary": "KRSVM is implemented SVM of machine learning.",
5   "description": "KRSVM is implemented Support Vector Machine (SVM) of machine learning, it current achieved SMO and RBF, Tangent, Linear these 3 kernel functions to do predication.",
6   "homepage": "https://github.com/Kalvar/ios-KRSVM",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kalvar Lin": "ilovekalvar@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/ilovekalvar",
15   "source": {
16     "git": "https://github.com/Kalvar/ios-KRSVM.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "public_header_files": "SVM/**/*.h",
24   "source_files": "SVM/**/*.{h,m}",
25   "frameworks": "Foundation"