Skip to content

Commit 0cefc7d

Browse files
author
Diego Ernst
committed
Version bump
1 parent afc995f commit 0cefc7d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Ecno.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "Ecno"
3-
s.version = "1.0.1"
4-
s.summary = "Ecno is a task state manager built on top of UserDefaults in pure Swift 3"
3+
s.version = "2.0.0"
4+
s.summary = "Ecno is a task state manager built on top of UserDefaults in pure Swift 4"
55
s.homepage = "https://github.com/xmartlabs/Ecno"
66
s.license = { type: 'MIT', file: 'LICENSE' }
77
s.author = { "Diego Ernst" => "dernst@xmartlabs.com" }
8-
s.source = { git: "https://github.com/xmartlabs/Ecno.git", tag: "1.0.1" }
8+
s.source = { git: "https://github.com/xmartlabs/Ecno.git", tag: "2.0.0" }
99
s.social_media_url = 'http://twitter.com/xmartlabs'
1010
s.ios.deployment_target = '8.0'
1111
s.requires_arc = true

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ By <a href="https://xmartlabs.com/">Xmartlabs SRL</a>.
1717

1818
## Introduction
1919

20-
**Ecno** was inspired by [Once](https://github.com/jonfinerty/Once) Android library. It's a task state manager built on top of UserDefaults in pure Swift 3. This abstraction allows you to mark 'tasks' as done, 'to-do' and check for those states.
20+
**Ecno** was inspired by [Once](https://github.com/jonfinerty/Once) Android library. It's a task state manager built on top of UserDefaults in pure Swift 4. This abstraction allows you to mark 'tasks' as done, 'to-do' and check for those states.
2121

2222
**Ecno** is ideal for:
2323
* Show tutorials once within the application.
@@ -115,8 +115,8 @@ Marks a task as done.
115115
## Requirements
116116

117117
* iOS 8.0+
118-
* Swift 3.0+
119-
* Xcode 8.0+
118+
* Swift 4.0+
119+
* Xcode 9.0+
120120

121121
## Getting involved
122122

0 commit comments

Comments
 (0)