ARNetwork 0.8.4

ARNetwork 0.8.4

Maintained by dklinzh.



ARNetwork 0.8.4

  • By
  • Daniel

ARNetwork

CI Status Version License Platform

An iOS network framework in combination with HTTP and data cache which based on AFNetworking and Realm.

Example

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

Requirements

  • Xcode 8+
  • iOS 7+

Installation

ARNetwork is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ARNetwork', :git => 'https://github.com/dklinzh/ARNetwork.git'

# Add the line below if needs optional module `HTTPDNS`
pod 'ARNetwork/DNS', :git => 'https://github.com/dklinzh/ARNetwork.git'

Author

Daniel Lin, [email protected]

License

ARNetwork is available under the MIT license. See the LICENSE file for more info.