Skip to content

Commit

Permalink
Updated major version number and swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaherKSantina committed Dec 6, 2018
1 parent 7d305cd commit 3f21d6e
Show file tree
Hide file tree
Showing 9 changed files with 231 additions and 208 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- MSAutoView (2.8.0)
- MSAutoView (3.0.0)

DEPENDENCIES:
- MSAutoView (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
MSAutoView: 382244cb9a5b6a342b2d531d7857a795e279ba94
MSAutoView: f9d86e3e532c39fd3824e6338a42041aa3ed73af

PODFILE CHECKSUM: 706747bd031deee93b9c3b1183d1ca2b073305ba

Expand Down
6 changes: 3 additions & 3 deletions Example/Pods/Local Podspecs/MSAutoView.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

409 changes: 216 additions & 193 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/MSAutoView/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions MSAutoView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

Pod::Spec.new do |s|
s.name = 'MSAutoView'
s.version = '2.8.0'
s.version = '3.0.0'
s.summary = 'An easy way to create reusable xibs.'
s.swift_version = '3.2'
s.swift_version = '4.2'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand Down

0 comments on commit 3f21d6e

Please sign in to comment.