Skip to content

Commit

Permalink
Readme and podspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
pmusolino committed Mar 26, 2019
1 parent 7879f46 commit e9555ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Configs/Wormholy.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.3</string>
<string>1.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

- iOS 9.0+
- Xcode 9+
- Swift 4, 4.1 & 4.2
- Swift 4, 4.1, 4.2 and Swift 5


## Usage
Expand Down
2 changes: 1 addition & 1 deletion Wormholy.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Wormholy"
s.version = "1.2.3"
s.version = "1.3.0"
s.summary = "Network debugging made easy"
s.description = <<-DESC
Start debugging iOS network calls like a wizard, without extra code! Wormholy makes debugging quick and reliable.
Expand Down
2 changes: 1 addition & 1 deletion WormholyDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.3</string>
<string>1.3.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit e9555ae

Please sign in to comment.