[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / d / b / KRDelta / 1.5.1 / KRDelta.podspec.json
blobf311b6cc18fd3d1b96be254f30abb430a95f90a6
2   "name": "KRDelta",
3   "version": "1.5.1",
4   "summary": "KRDelta is a supervised learning which Delta rule of Machine Learning.",
5   "description": "It still works in recommendation system and real-time user behavior analysis on mobile apps.",
6   "homepage": "https://github.com/Kalvar/ios-KRDelta",
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-KRDelta.git",
17     "tag": "1.5.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "public_header_files": "ML/**/*.h",
24   "source_files": "ML/**/*.{h,m}",
25   "frameworks": "Foundation"