File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 1.1 .0
1+ 1.2 .0
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616 #
1717
1818 s . name = "Eval"
19- s . version = "1.1 .0"
19+ s . version = "1.2 .0"
2020 s . summary = "Eval is a lightweight interpreter framework written in Swift, evaluating expressions at runtime"
2121
2222 # This description is used to generate tags and improve search results.
Original file line number Diff line number Diff line change 11# { Eval }
22
33[ ![ Travis CI status] ( https://travis-ci.org/tevelee/Eval.svg?branch=master )] ( https://travis-ci.org/tevelee/Eval )
4- [ ![ Framework version] ( https://img.shields.io/badge/Version-1.1 .0-yellow.svg )] ( )
4+ [ ![ Framework version] ( https://img.shields.io/badge/Version-1.2 .0-yellow.svg )] ( )
55[ ![ Swift version] ( https://img.shields.io/badge/Swift-4.0-orange.svg )] ( )
66[ ![ Code Documentation Coverage] ( https://tevelee.github.io/Eval/badge.svg )] ( https://tevelee.github.io/Eval )
77[ ![ Code Test Coverage] ( https://codecov.io/gh/tevelee/Eval/branch/master/graph/badge.svg )] ( https://codecov.io/gh/tevelee/Eval )
@@ -198,7 +198,7 @@ You have a few options to include the library in your app.
198198Just add the following line to your dependencies:
199199
200200``` swift
201- .package (url : " https://github.com/tevelee/Eval.git" , from : " 1.1 .0" ),
201+ .package (url : " https://github.com/tevelee/Eval.git" , from : " 1.2 .0" ),
202202```
203203
204204And reference it by name in your targets:
@@ -220,7 +220,7 @@ swift package resolve
220220Just add the following line to your ` Podfile ` :
221221
222222``` ruby
223- pod ' Eval' , ' ~> 1.1 '
223+ pod ' Eval' , ' ~> 1.2 '
224224```
225225And install the new dependency:
226226
@@ -233,7 +233,7 @@ pod install
233233Just add the following line to your ` Cartfile ` :
234234
235235``` ruby
236- github " tevelee/Eval" >= 1.1 .0
236+ github " tevelee/Eval" >= 1.2 .0
237237```
238238And install the new dependency:
239239
You can’t perform that action at this time.
0 commit comments