Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nzrsky/funkobjc
Functional and typed extensions for ObjC 🚀
https://github.com/nzrsky/funkobjc
functional functional-programming mapreduce objc objective-c
Last synced: 2 days ago
JSON representation
Functional and typed extensions for ObjC 🚀
- Host: GitHub
- URL: https://github.com/nzrsky/funkobjc
- Owner: nzrsky
- License: mit
- Created: 2022-10-16T14:25:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T12:14:48.000Z (about 2 years ago)
- Last Synced: 2024-11-14T12:52:52.049Z (4 days ago)
- Topics: functional, functional-programming, mapreduce, objc, objective-c
- Language: Objective-C
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FunkObjC
[![Build Status](https://app.travis-ci.com/nzrsky/FunkObjC.svg?branch=master)](https://app.travis-ci.com/nzrsky/FunkObjC)
[![codecov.io](https://codecov.io/github/nzrsky/FunkObjC/coverage.svg?branch=master)](https://codecov.io/github/nzrsky/FunkObjC?branch=master)
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/FunkObjC.svg)](https://cocoapods.org/pods/FunkObjC)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Platform](https://img.shields.io/cocoapods/p/FunkObjC.svg?style=flat)](http://cocoadocs.org/docsets/FunkObjC)
[![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](http://twitter.com/nzrsky)## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
```objective-c
```
## Requirements
## Installation
FunkObjC is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'FunkObjC'
```## Author
Alexey Nazarov, [email protected]
## License
FunkObjC is available under the MIT license.
See the LICENSE file for more info.