这个pod是用来给AFNetworking 3.x版本添加RAC扩展用的。
github中有个库叫 AFNetworking-RACExtensions ,
可以给AFNetworking加上RAC的扩展,但是由于该库已经不再维护,而该库目前只支持到AFNetworking2.x版本,
所以参考 AFNetworking-RACExtensions
写了这个库。
因为AFNetworking 3.0开始完全放弃了对 NSURLConnection
的支持,而全面改用 NSURLSession
。
To run the example project, clone the repo, and run pod install
from the Example directory first.
- AFNetworking '~> 3.0'
- ReactiveCocoa '~> 2.0'
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'
- 添加示例代码
- 提交到cocoapods库
MakeItEasy, [email protected]
Blog: http://makeiteasy.github.io
AFNetworking3-RACExtensions is available under the MIT license. See the LICENSE file for more info.