This repository was archived by the owner on Dec 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'AFNetworking'
3- s . version = '2.2.0 '
3+ s . version = '2.2.1 '
44 s . license = 'MIT'
55 s . summary = 'A delightful iOS and OS X networking framework.'
66 s . homepage = 'https://github.com/AFNetworking/AFNetworking'
77 s . social_media_url = 'https://twitter.com/AFNetworking'
88 s . authors = { 'Mattt Thompson' => 'm@mattt.me' }
9- s . source = { :git => 'https://github.com/AFNetworking/AFNetworking.git' , :tag => "2.2.0 " , :submodules => true }
9+ s . source = { :git => 'https://github.com/AFNetworking/AFNetworking.git' , :tag => "2.2.1 " , :submodules => true }
1010 s . requires_arc = true
1111
1212 s . ios . deployment_target = '6.0'
Original file line number Diff line number Diff line change 1+ = 2.2.1 (2014-03-14)
2+
3+ * Fix `-Wsign-conversion` warning in AFURLConnectionOperation (Jesse Collis)
4+ * Fix `-Wshorten-64-to-32` warning (Jesse Collis)
5+ * Remove unnecessary #imports in `UIImageView` & `UIWebView` categories
6+ (Jesse Collis)
7+ * Fix call to `CFStringTransform()` by checking return value before setting
8+ as `User-Agent` (Kevin Cassidy Jr)
9+ * Update `AFJSONResponseSerializer` adding `@autorelease` to relieve memory
10+ pressure (Mattt Thompson, Michal Pietras)
11+ * Update `AFJSONRequestSerializer` to accept `id` (Daren Desjardins)
12+ * Fix small documentation bug (@jkoepcke)
13+ * Fix behavior of SSL pinning. In case of `validatesDomainName == YES`, it
14+ now explicitly uses `SecPolicyCreateSSL`, which also validates the domain
15+ name. Otherwise, `SecPolicyCreateBasicX509` is used.
16+ `AFSSLPinningModeCertificate` now uses `SecTrustSetAnchorCertificates`, which
17+ allows explicit specification of all trusted certificates. For
18+ `AFSSLPinningModePublicKey`, the number of trusted public keys determines if
19+ the server should be trusted. (Oliver Letterer, Eric Allam)
20+
121= 2.2.0 (2014-02-25)
222
323 * Add default initializer to make `AFHTTPRequestOperationManager`
You can’t perform that action at this time.
0 commit comments