Skip to content

MakeItEasy/AFNetworking3-RACExtensions

Repository files navigation

AFNetworking3-RACExtensions

CI Status GitHub tag

Introduction

这个pod是用来给AFNetworking 3.x版本添加RAC扩展用的。

github中有个库叫 AFNetworking-RACExtensions , 可以给AFNetworking加上RAC的扩展,但是由于该库已经不再维护,而该库目前只支持到AFNetworking2.x版本, 所以参考 AFNetworking-RACExtensions 写了这个库。 因为AFNetworking 3.0开始完全放弃了对 NSURLConnection 的支持,而全面改用 NSURLSession

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

AFNetworking3-RACExtensions 目前没有提交到 CocoaPods。 To install it, simply add the following line to your Podfile:

pod "AFNetworking3-RACExtensions", :git => 'https://github.com/MakeItEasy/AFNetworking3-RACExtensions.git', :tag => '0.1.0'

TODOs

  • 添加示例代码
  • 提交到cocoapods库

Author

MakeItEasy, [email protected]

Blog: http://makeiteasy.github.io

License

AFNetworking3-RACExtensions is available under the MIT license. See the LICENSE file for more info.

About

The RAC suport for AFNetworking 3.x version.

Resources

License

Stars

Watchers

Forks

Packages

No packages published