[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 9 / d / SwiftNaiveBayes / 1.0.1 / SwiftNaiveBayes.podspec.json
blob0e5c9c817ca15fc460c71ce3c71243a364914a7c
2   "name": "SwiftNaiveBayes",
3   "version": "1.0.1",
4   "summary": "Naive Bayes classifier implemented in Swift",
5   "homepage": "https://github.com/akimach/SwiftNaiveBayes",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "akimach": "kimura.akimasa@gmail.com"
11   },
12   "requires_arc": true,
13   "platforms": {
14     "osx": "10.9",
15     "ios": "8.0",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/akimach/SwiftNaiveBayes.git",
21     "tag": "v1.0.1"
22   },
23   "source_files": "Sources/*.swift",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "3.0"
26   },
27   "pushed_with_swift_version": "3.0"