[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / d / b / KRDelta / 1.3.0 / KRDelta.podspec.json
blob7bf798afb895a03a43cd84b991b9cd3600e34c61
2   "name": "KRDelta",
3   "version": "1.3.0",
4   "summary": "KRDelta implemented by Delta Learning Method of Machine Learning that is a supervisor and gradient method.",
5   "description": "This classic algorithm could do micro-analysis on mobile as well, we proved its benefit on our mobile businesses.",
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.3.0"
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"