Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nascentdigital/nascentkit-ios

An iOS framework that simplifies the creation of beautiful apps.
https://github.com/nascentdigital/nascentkit-ios

cocoapods ios swift swift-library uikit

Last synced: about 2 months ago
JSON representation

An iOS framework that simplifies the creation of beautiful apps.

Awesome Lists containing this project

README

        

#NascentKit for iOS
==================

## Requirements

* Xcode 10.0
* Swift 4.2

## Installation

NascentKit doesn't contain any external dependencies.

These are currently the supported options:

### [CocoaPods](https://guides.cocoapods.org/using/using-cocoapods.html)

**Tested with `pod --version`: `1.5.3`**

```ruby
# Podfile
use_frameworks!

target 'YOUR_TARGET_NAME' do
pod 'NascentKit', '~> 0.1'
end
```

Replace `YOUR_TARGET_NAME` and then, in the `Podfile` directory, type:

```bash
$ pod install
```