Skip to content

Commit 75febb3

Browse files
committed
Fixed Pods.
1 parent ab402f2 commit 75febb3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

KRKmeans.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "KRKmeans"
3-
s.version = "2.1"
3+
s.version = "2.2"
44
s.summary = "KRKmeans is clustering algorithm (クラスタリング分類) that one of Machine Learning methods."
55
s.description = <<-DESC
66
KRKmeans has implemented K-Means the clustering and classification algorithm (クラスタリング分類) on Machine Learning. It could be used in data mining (データマイニング) and image compression (画像圧縮).
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
1313
s.platform = :ios, '7.0'
1414
s.requires_arc = true
1515
s.public_header_files = 'ML/*.h'
16-
s.source_files = 'ML/KRKmeans.h'
16+
s.source_files = 'ML/*.{h,m}'
1717
s.frameworks = 'Foundation'
1818
end
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ KRKmeans has implemented K-Means the clustering and classification algorithm (
77

88
```ruby
99
platform :ios, '7.0'
10-
pod "KRKmeans", "~> 2.0"
10+
pod "KRKmeans", "~> 2.2"
1111
```
1212

1313
## How to use
@@ -89,7 +89,7 @@ pod "KRKmeans", "~> 2.0"
8989

9090
## Version
9191

92-
V2.1
92+
V2.2
9393

9494
## License
9595

0 commit comments

Comments
 (0)