Skip to content
This repository was archived by the owner on Nov 14, 2017. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
##Announcement
## Announcement

Because I can no longer maintain this framework at the standards the open source community expects of me, and those I expect of myself, I have placed a feature freeze on this fork and will stop maintenance. If support for future RAC's and AFNetworking's is needed, please fork this repository and update the podspecs as needed.

##AFNetworking-RACExtensions
## AFNetworking-RACExtensions

[![Build Status](https://travis-ci.org/CodaFi/AFNetworking-RACExtensions.svg?branch=master)](https://travis-ci.org/CodaFi/AFNetworking-RACExtensions)

Expand All @@ -14,7 +14,7 @@ powerful high-level networking abstractions built into AFNetorking by lifting
them into the Reactive world. It has a modular architecture with well-designed,
feature-rich APIs that are a joy to use.

##Getting Started
## Getting Started

Request signals work in much the same way you would expect them to. Any request
that is subscribed to is automatically enqueued and the results, be they errors
Expand All @@ -31,16 +31,16 @@ manager.responseSerializer = [AFJSONResponseSerializer serializer];
}];
```

##Requirements
## Requirements

AFNetworking 1.0 and higher requires either [iOS 5.0](http://developer.apple.com/library/ios/#releasenotes/General/WhatsNewIniPhoneOS/Articles/iPhoneOS4.html) and above, or [Mac OS 10.8](http://developer.apple.com/library/mac/#releasenotes/MacOSX/WhatsNewInOSX/Articles/MacOSX10_6.html#//apple_ref/doc/uid/TP40008898-SW7) ([64-bit with modern Cocoa runtime](https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ObjCRuntimeGuide/Articles/ocrtVersionsPlatforms.html)) and above.

##Contact
## Contact

[Robert Widmann](https://github.com/CodaFi)
[@CodaFi_](https://twitter.com/CodaFi_)

##License
## License

AFNetworking+RACExtensions is available free of change under the Open Source license, along with the MIT license that AFNetworking uses. Use it at your own risk.