Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ElfSundae/ESFramework
An efficient, lightweight foundational framework for iOS, macOS, tvOS, watchOS, and Mac Catalyst.
https://github.com/ElfSundae/ESFramework
block category foundation framework ios library objective-c runtime
Last synced: about 1 month ago
JSON representation
An efficient, lightweight foundational framework for iOS, macOS, tvOS, watchOS, and Mac Catalyst.
- Host: GitHub
- URL: https://github.com/ElfSundae/ESFramework
- Owner: ElfSundae
- License: mit
- Created: 2015-09-12T17:53:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T05:03:42.000Z (over 1 year ago)
- Last Synced: 2024-11-08T06:42:45.300Z (about 1 month ago)
- Topics: block, category, foundation, framework, ios, library, objective-c, runtime
- Language: Objective-C
- Homepage:
- Size: 4.5 MB
- Stars: 16
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-iOS - ESFramework - ESFramework is an efficient, lightweight foundational framework for iOS, macOS, watchOS, and tvOS. (Foundation)
README
# ESFramework
[![Build status](https://github.com/ElfSundae/ESFramework/workflows/Build/badge.svg)](https://github.com/ElfSundae/ESFramework/actions?query=workflow%3ABuild)
![CocoaPods](https://img.shields.io/cocoapods/v/ESFramework)
![CocoaPods platforms](https://img.shields.io/cocoapods/p/ESFramework)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)ESFramework is an efficient, lightweight foundational framework for iOS, macOS, tvOS, watchOS, and Mac Catalyst.
## Requirements
- Minimum deployment target: iOS 9.0, macOS 10.10, tvOS 9.0, watchOS 2.0
- Xcode 10 or later## Installation
With [CocoaPods](https://cocoapods.org):
```ruby
pod 'ESFramework'
```With [Carthage](https://github.com/Carthage/Carthage):
```ogdl
github "ElfSundae/ESFramework"
```## License
ESFramework is available under the MIT license. See the [LICENSE](LICENSE) file for more info.