An iOS network framework in combination with HTTP and data cache which based on AFNetworking and Realm.
To run the example project, clone the repo, and run pod install
from the Example directory first.
- Xcode 8+
- iOS 7+
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'
Daniel Lin, [email protected]
ARNetwork is available under the MIT license. See the LICENSE file for more info.