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: 4 months 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T12:14:48.000Z (over 2 years ago)
- Last Synced: 2024-12-16T22:35:00.786Z (5 months 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
[](https://app.travis-ci.com/nzrsky/FunkObjC)
[](https://codecov.io/github/nzrsky/FunkObjC?branch=master)
[](https://cocoapods.org/pods/FunkObjC)
[](https://github.com/Carthage/Carthage)
[](http://cocoadocs.org/docsets/FunkObjC)
[](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.