[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 3 / 5 / KRPerceptron / 1.0.1 / KRPerceptron.podspec.json
blob4a372161ab242ce20d95a4980056f3c4f89134c3
2   "name": "KRPerceptron",
3   "version": "1.0.1",
4   "summary": "Non-linear perceptron learning model of machine learning.",
5   "description": "KRPerceptron implemented non-linear and linear algorithm in perceptron model of machine learning.",
6   "homepage": "https://github.com/Kalvar/ios-KRPerceptron",
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-KRPerceptron.git",
17     "tag": "1.0.1"
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"