File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99Pod ::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.
Original file line number Diff line number Diff 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:
223224pod " 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
228235Wilson Balderrama, wilson.balderrama@gmail.com
You can’t perform that action at this time.
0 commit comments