[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / d / b / KRDelta / 1.0.0 / KRDelta.podspec.json
blob87c8c10fa4f0112a9c1d345bf48793d664181563
2   "name": "KRDelta",
3   "version": "1.0.0",
4   "summary": "KRDelta is implemented by Delta Learning Method in Machine Learning that is also a supervisor and used gradient method to find out the best solution.",
5   "description": "Flexible using this method with neural network and classification methods could combine together.",
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.0.0"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "public_header_files": "ML/*.h",
24   "source_files": "ML/*.{h,m}",
25   "frameworks": "Foundation"