Skip to content

Commit fab18e7

Browse files
committed
Ax.podspec updated with new minor version and added a section on README.md
1 parent 2fe2dd2 commit fab18e7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Ax.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'Ax'
11-
s.version = '0.1.0'
11+
s.version = '0.1.1'
1212
s.summary = 'Ax is a library written in Swift that helps you to control the flow of asynchronous executions in a simplified way.'
1313

1414
# This description is used to generate tags and improve search results.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Inspired by [async library](https://github.com/caolan/async).
2020
- [Serial](https://github.com/wilsonbalderrama/Ax#serial)
2121
- [Parallel](https://github.com/wilsonbalderrama/Ax#parallel)
2222
- [Installation](https://github.com/wilsonbalderrama/Ax#installation)
23+
- [Usage](https://github.com/wilsonbalderrama/Ax#usage)
2324

2425
##Requirements
2526
- Xcode 8.0+
@@ -223,6 +224,12 @@ it, simply add the following line to your Podfile:
223224
pod "Ax"
224225
```
225226

227+
## Usage
228+
229+
Once installed just import it in your file that you are working:
230+
231+
`import Ax`
232+
226233
## Author
227234

228235
Wilson Balderrama, [email protected]

0 commit comments

Comments
 (0)