Skip to content

Commit

Permalink
Increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MaherKSantina committed Aug 29, 2018
1 parent 1d36cb1 commit 121ce63
Show file tree
Hide file tree
Showing 10 changed files with 248 additions and 211 deletions.
6 changes: 6 additions & 0 deletions Example/MSAutoView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,12 @@
TargetAttributes = {
607FACCF1AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
DevelopmentTeam = QSDLRYGQGQ;
LastSwiftMigration = 0920;
};
607FACE41AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
DevelopmentTeam = QSDLRYGQGQ;
LastSwiftMigration = 0900;
TestTargetID = 607FACCF1AFB9204008FA782;
};
Expand Down Expand Up @@ -495,6 +497,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CLANG_ENABLE_MODULES = YES;
DEVELOPMENT_TEAM = QSDLRYGQGQ;
INFOPLIST_FILE = MSAutoView/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
Expand All @@ -514,6 +517,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CLANG_ENABLE_MODULES = YES;
DEVELOPMENT_TEAM = QSDLRYGQGQ;
INFOPLIST_FILE = MSAutoView/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
Expand All @@ -530,6 +534,7 @@
baseConfigurationReference = 5023723742AC700DDCCE590D /* Pods-MSAutoView_Tests.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
DEVELOPMENT_TEAM = QSDLRYGQGQ;
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
Expand All @@ -552,6 +557,7 @@
baseConfigurationReference = 691A9A8A5E37EEE769C22D7A /* Pods-MSAutoView_Tests.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
DEVELOPMENT_TEAM = QSDLRYGQGQ;
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
Expand Down
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.6.0)
- MSAutoView (2.7.0)

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

SPEC CHECKSUMS:
MSAutoView: 949eb469f8b8bdc50499f0530e24725e74c1720c
MSAutoView: c3cc17614011c964c60ec5e4ecd4f0313276affa

PODFILE CHECKSUM: 706747bd031deee93b9c3b1183d1ca2b073305ba

Expand Down
4 changes: 2 additions & 2 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.

427 changes: 229 additions & 198 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.

2 changes: 1 addition & 1 deletion MSAutoView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

Expand Down

0 comments on commit 121ce63

Please sign in to comment.