Skip to content

Commit

Permalink
updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
terminatorover committed May 27, 2020
1 parent 72a4e06 commit d4b79d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RGStack.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "RGStack"
s.version = "1.1"
s.version = "1.2"
s.summary = "SwiftUI View Component"
s.description = "This UI attempts to capture the Quibi Card Stack and the associated User Interaction."

Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/terminatorover/RGStack"

s.platform = :ios, "13.0"
s.source = { :git => "https://github.com/terminatorover/RGStack.git", :tag => "v1.1" }
s.source = { :git => "https://github.com/terminatorover/RGStack.git", :tag => "v1.2" }
s.frameworks = "SwiftUI", "Foundation"
s.source_files = "RGStack/*.swift"
s.module_name = "RGStack"
Expand Down
2 changes: 2 additions & 0 deletions RGStack.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = com.enterwithboldnress.RGStack;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -471,6 +472,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = com.enterwithboldnress.RGStack;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion RGStack/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit d4b79d3

Please sign in to comment.