Skip to content

Commit

Permalink
[Issue AFNetworking#2067] Minor copy editing and formatting
Browse files Browse the repository at this point in the history
mattt committed May 16, 2014
1 parent ad18495 commit 6012a14
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -50,17 +50,14 @@ AFNetworking 2.0 is a major update to the framework. Building on 2 years of deve

## Requirements

AFNetworking's requirements for each available version are:

| AFNetworking Version | Oldest Supported iOS Target | Oldest Supported OS X Target | Notes |
| AFNetworking Version | Minimum iOS Target Required | Minimum OS X Target Required | Notes |
|:--------------------:|:---------------------------:|:----------------------------:|:-------------------------------------------------------------------------:|
| 2.x | iOS 6 | OS X 10.8 | Xcode 5 is required. `AFHTTPSessionManager` requires iOS 7 or OS X 10.9. |
| [1.x](https://github.com/AFNetworking/AFNetworking/tree/1.x) | iOS 5 | Mac OS X 10.7 | |
| [0.10.x](https://github.com/AFNetworking/AFNetworking/tree/0.10.x) | iOS 4 | Mac OS X 10.6 | |

(OS X projects must support [64-bit with modern Cocoa runtime](https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ObjCRuntimeGuide/Articles/ocrtVersionsPlatforms.html)).


## Architecture

### NSURLConnection

0 comments on commit 6012a14

Please sign in to comment.