Latest | 0.1.0 |
---|---|
Homepage | https://github.com/BrammanandSoni/BRNetworking |
License | MIT |
Platforms | ios 8.0 |
Dependencies | Alamofire |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
BRNetworking is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "BRNetworking"
Author
BrammanandSoni, [email protected]
License
BRNetworking is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "BRNetworking", "version": "0.1.0", "summary": "Handles the network calls.", "description": "TODO: Add long description of the pod here.", "homepage": "https://github.com/BrammanandSoni/BRNetworking", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "BrammanandSoni": "[email protected]" }, "source": { "git": "https://github.com/BrammanandSoni/BRNetworking.git", "tag": "0.1.0" }, "platforms": { "ios": "8.0" }, "source_files": "BRNetworking/Classes/**/*", "dependencies": { "Alamofire": [ "~> 4.4" ] }, "pushed_with_swift_version": "3.0" }
Tue, 21 Mar 2017 17:00:04 +0000