Skip to content

Commit 794995c

Browse files
committed
done for ready
1 parent 4f20ab8 commit 794995c

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
# Updates
2-
## [v0.1.1](https://github.com/younatics/Stringfication/releases/tag/0.1.0)
3-
* Get pod website
4-
5-
## [v0.1.0](https://github.com/younatics/Stringfication/releases/tag/0.1.0)
2+
## [v0.1.0](https://github.com/younatics/Objectification/releases/tag/0.1.0)
63
* Initial Commit

Objectification.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010
s.name = 'Objectification'
1111
s.version = '0.1.0'
12-
s.summary = 'Get all your object when string is contained!'
12+
s.summary = 'Return objects where string is contained in object!'
1313

1414
s.description = <<-DESC
1515
Magic will be happened when you use Objectification!

ObjectificationDemo/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ViewController: UIViewController {
4545
let datas = [data1, data2, data3] as [Any]
4646

4747
let objectification = Objectification(objects: datas, type: .all)
48-
_ = objectification.objects(contain: "Awesome")
48+
print(objectification.objects(contain: "Awesome"))
4949
}
5050

5151
override func didReceiveMemoryWarning() {

0 commit comments

Comments
 (0)