Skip to content

An iOS network framework in combination with HTTP and data cache. (AFNetworking+Realm)

License

Notifications You must be signed in to change notification settings

dklinzh/ARNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, linzhdk@gmail.com

License

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