Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nascentdigital/nascentkit-ios
- Owner: nascentdigital
- License: mit
- Created: 2018-09-29T23:32:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T15:38:10.000Z (almost 6 years ago)
- Last Synced: 2024-10-19T03:04:53.142Z (3 months ago)
- Topics: cocoapods, ios, swift, swift-library, uikit
- Language: Swift
- Size: 438 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```