File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'AFNetworking'
3
- s . version = '1.3.0 '
3
+ s . version = '1.3.1 '
4
4
s . license = 'MIT'
5
5
s . summary = 'A delightful iOS and OS X networking framework.'
6
6
s . homepage = 'https://github.com/AFNetworking/AFNetworking'
7
7
s . authors = { 'Mattt Thompson' => 'm@mattt.me' , 'Scott Raymond' => 'sco@gowalla.com' }
8
- s . source = { :git => 'https://github.com/AFNetworking/AFNetworking.git' , :tag => '1.3.0 ' }
8
+ s . source = { :git => 'https://github.com/AFNetworking/AFNetworking.git' , :tag => '1.3.1 ' }
9
9
s . source_files = 'AFNetworking'
10
10
s . requires_arc = true
11
11
Original file line number Diff line number Diff line change
1
+ = 1.3.1 (2013-06-18)
2
+
3
+ * Add `automaticallyInflatesResponseImage` property to
4
+ `AFImageRequestOperation`, which when enabled, offers significant performance
5
+ improvements for drawing images loaded through `UIImageView+AFNetworking` by
6
+ inflating compressed image data in the background (Mattt Thompson, Peter
7
+ Steinberger)
8
+
9
+ * Add `NSParameterAssert` check for `nil` `urlRequest` parameter in
10
+ `AFURLConnectionOperation` initializer (Kyle Fuller)
11
+
12
+ * Fix reachability to detect the case where a connection is required but can
13
+ be automatically established (Joshua Vickery)
14
+
15
+ * Fix to Test target Podfile (Kyle Fuller)
16
+
1
17
= 1.3.0 (2013-06-01)
2
18
3
19
* Change in `AFURLConnectionOperation` `NSURLConnection` authentication
You can’t perform that action at this time.
0 commit comments