File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ for clarity and maintainability. Can create diagrams:
66
77![ example digraph] ( example-digraph.png )
88
9- - Version 0.1 .0 (following [ Semantic Versioning] [ ] )
9+ - Version 0.2 .0 (following [ Semantic Versioning] [ ] )
1010- Developed and tested under Swift 1.2 (Xcode 6.3)
1111- Published under the [ MIT License] ( LICENSE )
1212- [ Carthage] [ ] compatible
@@ -58,15 +58,15 @@ SwiftyStateMachine is a framework — you can build it and drag it to your
5858project. We recommend using [ Carthage] [ Carthage add ] :
5959
6060 # Cartfile
61- github "macoscope/SwiftyStateMachine" == 0.1 .0
61+ github "macoscope/SwiftyStateMachine" == 0.2 .0
6262
6363 [ Carthage add ] : https://github.com/Carthage/Carthage#adding-frameworks-to-an-application
6464
6565
6666You can also use [ CocoaPods] [ ] :
6767
6868 # Podfile
69- pod 'SwiftyStateMachine', '0.1 .0'
69+ pod 'SwiftyStateMachine', '0.2 .0'
7070
7171
7272Example
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "SwiftyStateMachine"
3- s . version = "0.1 .0"
3+ s . version = "0.2 .0"
44 s . summary = "A Swift µframework for creating finite-state machines, designed for clarity and maintainability."
55 s . homepage = "https://github.com/macoscope/SwiftyStateMachine"
66 s . license = "MIT"
You can’t perform that action at this time.
0 commit comments