Skip to content

Commit 05dd159

Browse files
committed
[ SJ.H ] : edit pod spec
1 parent f98f733 commit 05dd159

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

Example/SpringText.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
24468F8DB87A81AC181EB2B4 /* Pods_SpringText_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SpringText_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3232
26A1CECDCC93F1A7EB44A8AF /* Pods-SpringText_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SpringText_Example.release.xcconfig"; path = "Target Support Files/Pods-SpringText_Example/Pods-SpringText_Example.release.xcconfig"; sourceTree = "<group>"; };
3333
32FCE32075120EDE123A6981 /* Pods-SpringText_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SpringText_Tests.debug.xcconfig"; path = "Target Support Files/Pods-SpringText_Tests/Pods-SpringText_Tests.debug.xcconfig"; sourceTree = "<group>"; };
34-
3D1D962BCA6514188178F5C2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
34+
3D1D962BCA6514188178F5C2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
3535
3DB07DA79845CDCB152C406A /* Pods-SpringText_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SpringText_Tests.release.xcconfig"; path = "Target Support Files/Pods-SpringText_Tests/Pods-SpringText_Tests.release.xcconfig"; sourceTree = "<group>"; };
3636
4EC041C6660961A8E00AD5B8 /* Pods_SpringText_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SpringText_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3737
607FACD01AFB9204008FA782 /* SpringText_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SpringText_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -45,8 +45,8 @@
4545
607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4646
607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
4747
809B803A6E67B0C7AAF49AC6 /* Pods-SpringText_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SpringText_Example.debug.xcconfig"; path = "Target Support Files/Pods-SpringText_Example/Pods-SpringText_Example.debug.xcconfig"; sourceTree = "<group>"; };
48-
BC4534F558BDEBF06EE7D169 /* SpringText.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = SpringText.podspec; path = ../SpringText.podspec; sourceTree = "<group>"; };
49-
F6E599AA1CCCEC2C5B020640 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
48+
BC4534F558BDEBF06EE7D169 /* SpringText.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = SpringText.podspec; path = ../SpringText.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
49+
F6E599AA1CCCEC2C5B020640 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
5050
/* End PBXFileReference section */
5151

5252
/* Begin PBXFrameworksBuildPhase section */
@@ -86,7 +86,6 @@
8686
32FCE32075120EDE123A6981 /* Pods-SpringText_Tests.debug.xcconfig */,
8787
3DB07DA79845CDCB152C406A /* Pods-SpringText_Tests.release.xcconfig */,
8888
);
89-
name = Pods;
9089
path = Pods;
9190
sourceTree = "<group>";
9291
};
@@ -227,6 +226,7 @@
227226
developmentRegion = English;
228227
hasScannedForEncodings = 0;
229228
knownRegions = (
229+
English,
230230
en,
231231
Base,
232232
);

SpringText.podspec

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SpringText'
11-
s.version = '0.1.0'
11+
s.version = '0.1.1'
1212
s.summary = 'A short description of SpringText.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -17,10 +17,8 @@ Pod::Spec.new do |s|
1717
# * Write the description between the DESC delimiters below.
1818
# * Finally, don't worry about the indent, CocoaPods strips it!
1919

20-
s.description = <<-DESC
21-
TODO: Add long description of the pod here.
22-
DESC
23-
20+
s.description = "SpringText Framework is Rolling Label for iOS"
21+
s.swift_version = "5.0"
2422
s.homepage = 'https://github.com/comcxx11/SpringText'
2523
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2624
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)