File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 66[ ![ CocoaPods compatible] ( https://img.shields.io/badge/Cocoapods-compatible-4BC51D.svg?style=flat )] ( https://cocoapods.org )
77[ ![ Build Status] ( https://www.bitrise.io/app/4478e29045c5f12e.svg?token=pti6g-HVKBUPv9mIR3baIw&branch=master )] ( https://www.bitrise.io/app/4478e29045c5f12e )
88[ ![ Join the chat at https://gitter.im/s4cha/Stevia ] ( https://badges.gitter.im/s4cha/Stevia.svg )] ( https://gitter.im/s4cha/Stevia?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
9- [ ![ License: MIT] ( http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat )] ( https://github.com/s4cha/Stevia/blob/master/LICENSE ) [ ![ Release version] ( https://img.shields.io/badge/release-2.3 -blue.svg )] ( )
9+ [ ![ License: MIT] ( http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat )] ( https://github.com/s4cha/Stevia/blob/master/LICENSE ) [ ![ Release version] ( https://img.shields.io/badge/release-3.0 -blue.svg )] ( )
1010
1111
1212[ Reason] ( #reason ) - [ Example] ( #login-view-example ) - [ Live Reload] ( #live-reload ) - [ Installation] ( #installation ) - [ Documentation] ( #documentation )
@@ -25,6 +25,10 @@ layout(
2525)
2626```
2727
28+ ## Swift Version
29+ Swift 2 -> version ** 2.3.0**
30+ Swift 3 -> version ** 3.0.0**
31+
2832## Reason
2933### Why
3034Because ** nothing holds more truth than pure code** 🤓
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.3 .0 </string >
18+ <string >3.0 .0 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'SteviaLayout'
3- s . version = "2.3 .0"
3+ s . version = "3.0 .0"
44 s . summary = "Elegant view layout for iOS"
55 s . homepage = "https://github.com/s4cha/Stevia"
66 s . license = { :type => "MIT" , :file => "LICENSE" }
You can’t perform that action at this time.
0 commit comments