Skip to content

Commit 453cc1e

Browse files
committed
swift version netfox
1 parent f8de4f7 commit 453cc1e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

NetworkEye/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1.0</string>
22+
<string>1.0.1</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>NSAppTransportSecurity</key>

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@ if you use NetworkEye, you can add it in here,[Who-Uses-NetworkEye](https://gith
1717

1818
welcome to new pull request,that fix bug,add new features,add support other platform.and welcome to [new issues](https://github.com/coderyi/NetworkEye/issues).
1919

20+
and thanks to [kasketis](https://github.com/kasketis) write the swift version [netfox](https://github.com/kasketis/netfox)
21+
22+
2023
#### Podfile
2124

2225
```ruby
2326
platform :ios, '7.0'
24-
pod 'NetworkEye', '~> 1.0'
27+
pod 'NetworkEye', '~> 1.0.1'
2528
```
2629

2730

0 commit comments

Comments
 (0)