Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andr3a88/ascommon
Commonly used components and extensions
https://github.com/andr3a88/ascommon
Last synced: 7 days ago
JSON representation
Commonly used components and extensions
- Host: GitHub
- URL: https://github.com/andr3a88/ascommon
- Owner: andr3a88
- License: mit
- Created: 2018-01-11T14:07:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T15:41:03.000Z (about 5 years ago)
- Last Synced: 2024-11-07T20:52:42.890Z (about 2 months ago)
- Language: Swift
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASCommon
[![CI Status](http://img.shields.io/travis/andr3a88/ASCommon.svg?style=flat)](https://travis-ci.org/andr3a88/ASCommon)
[![Version](https://img.shields.io/cocoapods/v/ASCommon.svg?style=flat)](http://cocoapods.org/pods/ASCommon)
[![License](https://img.shields.io/cocoapods/l/ASCommon.svg?style=flat)](http://cocoapods.org/pods/ASCommon)
[![Platform](https://img.shields.io/cocoapods/p/ASCommon.svg?style=flat)](http://cocoapods.org/pods/ASCommon)ASCommon groups reusable code used during projects development.
This framework contains:
+ Extensions
+ Protocols## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
ASCommon is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'ASCommon'
```## Author
andr3a88, [email protected]
## License
ASCommon is available under the MIT license. See the LICENSE file for more info.