Latest | 0.0.1 |
---|---|
Homepage | https://github.com/DevonBoyer/DBNetworkingKit |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
[](https://travis-ci.org/Devon Boyer/DBNetworkingKit)
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
DBNetworkingKit is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "DBNetworkingKit"
Author
Devon Boyer, [email protected]
License
DBNetworkingKit is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "DBNetworkingKit", "version": "0.0.1", "summary": "A networking framework for iOS built with a modular architecture.", "homepage": "https://github.com/DevonBoyer/DBNetworkingKit", "license": "MIT", "authors": { "Devon Boyer": "[email protected]" }, "source": { "git": "https://github.com/DevonBoyer/DBNetworkingKit.git", "tag": "0.0.1" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "DBNetworkingKit": [ "Pod/Assets/*.png" ] } }
Fri, 04 Mar 2016 19:06:03 +0000