Skip to content

Commit b3c6b68

Browse files
committed
Merge pull request #123 from wlue/master
Update README and PodSpec for v0.4.0
2 parents 62c952a + 88e5a6b commit b3c6b68

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

PonyDebugger.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'PonyDebugger'
3-
s.version = '0.3.1'
3+
s.version = '0.4.0'
44
s.summary = 'Remote network and data debugging for your native iOS app using Chrome Developer Tools.'
55
s.homepage = 'https://github.com/square/PonyDebugger'
66
s.description = 'PonyDebugger is a remote debugging toolset. It is a client library and gateway server combination that uses Chrome Developer Tools on your browser to debug your application\s network traffic et managed object contexts'

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ PonyDebugger is licensed under the Apache Licence, Version 2.0
1717
Changes
1818
-------
1919

20+
### v0.4.0 - 2014-08-15
21+
22+
- Support `NSURLSession` requests for the Network Debugger. (@viteinfinite)
23+
- New test application that removes the AFNetworking dependency.
24+
(@viteinfinite)
25+
- Remove custom base64 implementation with Apple's built-in implementation.
26+
(@kyleve)
27+
- Add PodSpec for pulling the git repository directly. (@wlue)
28+
2029
### v0.3.1 - 2014-01-02
2130

2231
- Fix only building active arch in debug. (@kyleve)
@@ -53,9 +62,9 @@ PonyDebugger forwards network traffic, and does not sniff network traffic. This
5362
means that traffic sent over a secure protocol (https) is debuggable.
5463

5564
Currently, the iOS client automatically proxies data that is sent via
56-
`NSURLConnection`. This means that it will automatically work with
57-
AFNetworking, and other libraries that use `NSURLConnection` for network
58-
requests.
65+
`NSURLConnection` and `NSURLSession` methods. This means that it will
66+
automatically work with AFNetworking, and other libraries that use
67+
`NSURLConnection` or `NSURLSession` for network requests.
5968

6069
### Core Data Browser
6170

0 commit comments

Comments
 (0)