зеркало из https://github.com/github/AFNetworking.git
Родитель
4ae3c05f09
Коммит
4b79bd91ed
|
@ -1,11 +1,11 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'AFNetworking'
|
||||
s.version = '1.3.1'
|
||||
s.version = '1.3.2'
|
||||
s.license = 'MIT'
|
||||
s.summary = 'A delightful iOS and OS X networking framework.'
|
||||
s.homepage = 'https://github.com/AFNetworking/AFNetworking'
|
||||
s.authors = { 'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com' }
|
||||
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.3.1' }
|
||||
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.3.2' }
|
||||
s.source_files = 'AFNetworking'
|
||||
s.requires_arc = true
|
||||
|
||||
|
|
44
CHANGES
44
CHANGES
|
@ -1,3 +1,47 @@
|
|||
= 1.3.2 (2013-08-08)
|
||||
|
||||
* Add return status checks when building list of pinned public keys (Sylvain
|
||||
Guillope)
|
||||
|
||||
* Add return status checks when handling connection authentication challenges
|
||||
(Sylvain Guillope)
|
||||
|
||||
* Add tests around `AFHTTPClient initWithBaseURL:` (Kyle Fuller)
|
||||
|
||||
* Change to remove all `_AFNETWORKING_PIN_SSL_CERTIFICATES_` conditional
|
||||
compilation (Dustin Barker)
|
||||
|
||||
* Change to allow fallback to generic image loading when PNG/JPEG data
|
||||
provider methods fail (Darryl H. Thomas)
|
||||
|
||||
* Change to only set placeholder image if not `nil` (Mattt Thompson)
|
||||
|
||||
* Change to use `response.MIMEType` rather than (potentially nonexistent)
|
||||
Content-Type headers to determine image data provider (Mattt Thompson)
|
||||
|
||||
* Fix image request test endpoint (Carson McDonald)
|
||||
|
||||
* Fix compiler warning caused by `size_t` value defaulted to `NULL` (Darryl H.
|
||||
Thomas)
|
||||
|
||||
* Fix mutable headers property in `AFHTTPClient -copyWithZone:` (Oliver
|
||||
Letterer)
|
||||
|
||||
* Fix documentation and asset references in README (Romain Pouclet, Peter
|
||||
Goldsmith)
|
||||
|
||||
* Fix bug in examples always using `AFSSLPinningModeNone` (Dustin Barker)
|
||||
|
||||
* Fix execution of tests under Travis (Blake Watters)
|
||||
|
||||
* Fix static analyzer warnings about CFRelease calls to NULL pointer (Mattt
|
||||
Thompson)
|
||||
|
||||
* Change to return early in `AFGetMediaTypeAndSubtypeWithString` if string is
|
||||
`nil` (Mattt Thompson)
|
||||
|
||||
* Change to opimize network thread creation (Mattt Thompson)
|
||||
|
||||
= 1.3.1 (2013-06-18)
|
||||
|
||||
* Add `automaticallyInflatesResponseImage` property to
|
||||
|
|
Загрузка…
Ссылка в новой задаче