Skip to content

Commit bcc6556

Browse files
committed
Added a summary to the podspec;
1 parent f24b25a commit bcc6556

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Example/SnappingLayout.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
/* Begin PBXFileReference section */
3131
23EE746B93EFBC0FDB1BD99D /* Pods-SnappingLayout_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SnappingLayout_Tests.release.xcconfig"; path = "Target Support Files/Pods-SnappingLayout_Tests/Pods-SnappingLayout_Tests.release.xcconfig"; sourceTree = "<group>"; };
32-
4AA75FB41986B01CC9B2B3A3 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
32+
4AA75FB41986B01CC9B2B3A3 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
3333
607FACD01AFB9204008FA782 /* SnappingLayout_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SnappingLayout_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
3434
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3535
607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@@ -45,8 +45,8 @@
4545
7F05A63AC1777C144D6ED739 /* Pods_SnappingLayout_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SnappingLayout_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4646
8E92795F758B28AC4C6D53FD /* Pods-SnappingLayout_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SnappingLayout_Example.release.xcconfig"; path = "Target Support Files/Pods-SnappingLayout_Example/Pods-SnappingLayout_Example.release.xcconfig"; sourceTree = "<group>"; };
4747
B07E184F52EB8858BA7C3B87 /* Pods_SnappingLayout_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SnappingLayout_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
48-
D457528970917DA282C61BD6 /* SnappingLayout.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = SnappingLayout.podspec; path = ../SnappingLayout.podspec; sourceTree = "<group>"; };
49-
E8357ADC8A0BF813659EE5E3 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
48+
D457528970917DA282C61BD6 /* SnappingLayout.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = SnappingLayout.podspec; path = ../SnappingLayout.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
49+
E8357ADC8A0BF813659EE5E3 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
5050
/* End PBXFileReference section */
5151

5252
/* Begin PBXFrameworksBuildPhase section */
@@ -156,7 +156,6 @@
156156
767C00D95F0534F97AD71735 /* Pods-SnappingLayout_Tests.debug.xcconfig */,
157157
23EE746B93EFBC0FDB1BD99D /* Pods-SnappingLayout_Tests.release.xcconfig */,
158158
);
159-
name = Pods;
160159
path = Pods;
161160
sourceTree = "<group>";
162161
};
@@ -227,6 +226,7 @@
227226
developmentRegion = English;
228227
hasScannedForEncodings = 0;
229228
knownRegions = (
229+
English,
230230
en,
231231
Base,
232232
);

SnappingLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010
s.name = 'SnappingLayout'
1111
s.version = '0.1.0'
12-
s.summary = 'A short description of SnappingLayout.'
12+
s.summary = 'UICollectionViewFlowLayout with behaviour to snap the cell when scrolling horizontally.'
1313

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

0 commit comments

Comments
 (0)