Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander committed Apr 18, 2022
1 parent 0b6a8f3 commit 1980b3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VerticalFlowLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|

spec.name = "VerticalFlowLayout"
spec.version = "0.0.1"
spec.version = "0.0.2"
spec.summary = "Tinder UI built with UICollectionView in Swift."
spec.homepage = "https://github.com/rastaman111/VerticalFlowLayout"
spec.source = { :git => "https://github.com/rastaman111/VerticalFlowLayout.git", :tag => spec.version }
spec.license = { :type => "MIT", :file => "FILE_LICENSE" }
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { 'Alexander' => "[email protected]" }

spec.swift_version = '5.1'
Expand Down
6 changes: 4 additions & 2 deletions VerticalFlowLayout.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GMQ8P83Z92;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -278,6 +278,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "Alexandr-Sibirtsev.VerticalFlowLayout";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SUPPORTS_MACCATALYST = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -290,7 +291,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GMQ8P83Z92;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -307,6 +308,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "Alexandr-Sibirtsev.VerticalFlowLayout";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SUPPORTS_MACCATALYST = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down

0 comments on commit 1980b3a

Please sign in to comment.