An open API service indexing awesome lists of open source software.

https://github.com/muukii/modulekit

Tool for resource loading on Swift iOS Module (NSBundle(forClass: self.dynamicType)
https://github.com/muukii/modulekit

Last synced: about 1 month ago
JSON representation

Tool for resource loading on Swift iOS Module (NSBundle(forClass: self.dynamicType)

Awesome Lists containing this project

README

        

# ModuleKit

[![CI Status](http://img.shields.io/travis/muukii/ModuleKit.svg?style=flat)](https://travis-ci.org/muukii/ModuleKit)
[![Version](https://img.shields.io/cocoapods/v/ModuleKit.svg?style=flat)](http://cocoapods.org/pods/ModuleKit)
[![License](https://img.shields.io/cocoapods/l/ModuleKit.svg?style=flat)](http://cocoapods.org/pods/ModuleKit)
[![Platform](https://img.shields.io/cocoapods/p/ModuleKit.svg?style=flat)](http://cocoapods.org/pods/ModuleKit)

## Usage

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

## Requirements

## Installation

ModuleKit is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "ModuleKit"
```

## Author

muukii, [email protected]

## License

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