Skip to content

Commit af9204a

Browse files
committed
Update framwork version to version 0.1.1
1 parent cedded4 commit af9204a

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

URLQueryItemEncoder.podspec

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11

22
Pod::Spec.new do |s|
33

4-
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
5-
#
6-
# These will help people to find your library, and whilst it
7-
# can feel like a chore to fill in it's definitely to your advantage. The
8-
# summary should be tweet-length, and the description more in depth.
9-
#
10-
114
s.name = "URLQueryItemEncoder"
12-
s.version = "0.1.0"
5+
s.version = "0.1.1"
136
s.summary = "A Swift Encoder for encoding any Encodable value into an array of URLQueryItem."
147

158
s.description = "A Swift Encoder for encoding any Encodable value into an array of URLQueryItem. As part of the SE-0166, Swift has a foundation for any type to define how its value should be archived. This encoder allows you to encode those value into an array of URLQueryItem which represent that value in one command."

URLQueryItemEncoder/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>0.1.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)