Skip to content

Commit

Permalink
Bump podspec version to 1.1.1, swift 5.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
apang42 authored Jul 18, 2019
1 parent b64e577 commit e2f4b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AloeStackView.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'AloeStackView'
s.version = '1.1.0'
s.version = '1.1.1'
s.license = 'Apache License, Version 2.0'
s.summary = 'A simple class for laying out a collection of views with a convenient API, while leveraging the power of Auto Layout.'
s.homepage = 'https://github.com/airbnb/AloeStackView'
s.authors = 'Airbnb'
s.source = { :git => 'https://github.com/airbnb/AloeStackView.git', :tag => "v#{ s.version.to_s }" }
s.swift_version = '4.2'
s.swift_version = '5.0'
s.source_files = 'Sources/**/*.{swift,h}'
s.ios.deployment_target = '9.0'
end
2 changes: 1 addition & 1 deletion AloeStackView.xcodeproj/AloeStackView_Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit e2f4b39

Please sign in to comment.