Skip to content

Commit

Permalink
remove bridge category. Organize Cache category
Browse files Browse the repository at this point in the history
  • Loading branch information
vsouza committed Jan 5, 2024
1 parent 877f6f7 commit f468a99
Showing 1 changed file with 10 additions and 21 deletions.
31 changes: 10 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,39 +152,28 @@ Please see [CONTRIBUTING](https://github.com/vsouza/awesome-ios/blob/master/.git

**[back to top](#contributing-and-collaborating)**

## Bridging

*Sharing code between Objective-C and Swift, iOS and macOS, Javascript and Objective-C.*

- [RubyMotion](http://www.rubymotion.com/) - RubyMotion is a revolutionary toolchain that lets you quickly develop and test native iOS and macOS applications for iPhone, iPad and Mac, all using the Ruby language.
- [JSPatch](https://github.com/bang590/JSPatch) - JSPatch bridge Objective-C and Javascript using the Objective-C runtime. You can call any Objective-C class and method in JavaScript by just including a small engine. JSPatch is generally use for hotfix iOS App.
- [WebViewJavascriptBridge](https://github.com/marcuswestin/WebViewJavascriptBridge) - An iOS/macOS bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews.
- [MAIKit](https://github.com/MichaelBuckley/MAIKit) - A framework for sharing code between iOS and macOS.
- [Xamarin](https://xamarin.com/) - Xamarin is a free, cross-platform, open-source platform that lets you quickly develop and test native iOS, watchOS and macOS applications for iPhone, iPad, Watch and Mac, all using the C# language.

**[back to top](#contributing-and-collaborating)**

## Cache

*Thread safe, offline and high performance cache libs and frameworks.*

- [Awesome Cache](https://github.com/aschuch/AwesomeCache) - Delightful on-disk cache (written in Swift).
- [mattress](https://github.com/buzzfeed/mattress) - iOS Offline Caching for Web Content.
- [Cache](https://github.com/hyperoslo/Cache) - Nothing but Cache.
- [Cache](https://github.com/soffes/Cache) - Swift caching library.
- [Cachyr](https://github.com/nrkno/yr-cachyr) - A small key-value data cache for iOS, macOS and tvOS, written in Swift.
- [Carlos](https://github.com/spring-media/Carlos) - A simple but flexible cache.
- [Disk](https://github.com/saoudrizwan/Disk) - Delightful framework for iOS to easily persist structs, images, and data.
- [HanekeSwift](https://github.com/Haneke/HanekeSwift) - A lightweight generic cache for iOS written in Swift with extra love for images.
- [YYCache](https://github.com/ibireme/YYCache) - High performance cache framework for iOS.
- [Cache](https://github.com/hyperoslo/Cache) - Nothing but Cache.
- [Johnny](https://github.com/zolomatok/Johnny) - Melodic Caching for Swift.
- [mattress](https://github.com/buzzfeed/mattress) - iOS Offline Caching for Web Content.
- [MemoryCache](https://github.com/yysskk/MemoryCache) - MemoryCache is type-safe memory cache.
- [MGCacheManager](https://github.com/Mortgy/MGCacheManager) - A delightful iOS Networking Cache Managing Class.
- [PINCache](https://github.com/pinterest/PINCache) - Fast, non-deadlocking parallel object cache for iOS and macOS.
- [RocketData](https://github.com/plivesey/RocketData) - A caching and consistency solution for immutable models.
- [SPTPersistentCache](https://github.com/spotify/SPTPersistentCache) - Everyone tries to implement a cache at some point in their iOS app’s lifecycle, and this is ours. By Spotify.
- [Track](https://github.com/maquannene/Track) - Track is a thread safe cache write by Swift. Composed of DiskCache and MemoryCache which support LRU.
- [UITableView Cache](https://github.com/Kilograpp/UITableView-Cache) - UITableView cell cache that cures scroll-lags on a cell instantiating.
- [RocketData](https://github.com/plivesey/RocketData) - A caching and consistency solution for immutable models.
- [PINCache](https://github.com/pinterest/PINCache) - Fast, non-deadlocking parallel object cache for iOS and macOS.
- [Johnny](https://github.com/zolomatok/Johnny) - Melodic Caching for Swift.
- [Disk](https://github.com/saoudrizwan/Disk) - Delightful framework for iOS to easily persist structs, images, and data.
- [Cachyr](https://github.com/nrkno/yr-cachyr) - A small key-value data cache for iOS, macOS and tvOS, written in Swift.
- [Cache](https://github.com/soffes/Cache) - Swift caching library.
- [MemoryCache](https://github.com/yysskk/MemoryCache) - MemoryCache is type-safe memory cache.
- [YYCache](https://github.com/ibireme/YYCache) - High performance cache framework for iOS.

**[back to top](#contributing-and-collaborating)**

Expand Down

0 comments on commit f468a99

Please sign in to comment.