Skip to content

Commit 16c6825

Browse files
authored
Merge pull request vsouza#2763 from yysskk/patch-1
Add MemoryCache
2 parents 298faa5 + 5b21444 commit 16c6825

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ Awesome-iOS is an amazing list for people who need a certain feature on their ap
370370
* [Disk](https://github.com/saoudrizwan/Disk) - Delightful framework for iOS to easily persist structs, images, and data.
371371
* [Cachyr](https://github.com/YR/Cachyr) - A small key-value data cache for iOS, macOS and tvOS, written in Swift
372372
* [Cache](https://github.com/soffes/Cache) - Swift caching library.
373+
* [MemoryCache](https://github.com/yysskk/MemoryCache) - MemoryCache is type-safe memory cache.
373374

374375
## Charts
375376

@@ -1689,7 +1690,6 @@ Most of these are paid services, some have free tiers.
16891690
* [iOS-App-Security-Class](https://github.com/karek314/iOS-App-Security-Class) - Simple class to check if iOS app has been cracked, being debugged or enriched with custom dylib and as well detect jailbroken environment.
16901691
* [BiometricAuth](https://github.com/vasilenkoigor/BiometricAuth) - Simple framework for biometric authentication (via TouchID) in your application
16911692
* [SAPinViewController](https://github.com/siavashalipour/SAPinViewController) - Simple and easy to use default iOS PIN screen. This simple library allows you to draw a fully customisable PIN screen same as the iOS default PIN view. My inspiration to create this library was form THPinViewController, however SAPinViewController is completely implemented in Swift. Also the main purpose of creating this library was to have simple, easy to use and fully customisable PIN screen.
1692-
* [VoiceItAPI1IosSDK](https://github.com/voiceittech/VoiceItAPI1IosSDK) - A super easy way to add Voice Authentication(Biometrics) to your iOS apps, conveniently usable via cocoapods
16931693
* [TOPasscodeViewController](https://github.com/timoliver/TOPasscodeViewController) - A modal passcode input and validation view controller for iOS
16941694
* [BiometricAuthentication](https://github.com/rushisangani/BiometricAuthentication) - Use Apple FaceID or TouchID authentication in your app using BiometricAuthentication
16951695
* [KKPinCodeTextField](https://github.com/kolesa-team/ios_pinCodeTextField) - A customizable verification code textField for phone verification codes, passwords etc.
@@ -1892,7 +1892,6 @@ Most of these are paid services, some have free tiers.
18921892
* [Fakery](https://github.com/vadymmarkov/Fakery) - Swift fake data generator.
18931893
* [DVR](https://github.com/venmo/DVR) - Network testing for Swift
18941894
* [Cuckoo](https://github.com/Brightify/Cuckoo) - First boilerplate-free mocking framework for Swift
1895-
* [Parallel iOS Tests](https://github.com/plu/parallel_ios_tests) - Run iOS tests on multiple simulators in parallel at the same time
18961895
* [Vinyl](https://github.com/Velhotes/Vinyl) - Network testing à la VCR in Swift
18971896
* [Mockit](https://github.com/sabirvirtuoso/Mockit) - A simple mocking framework for Swift, inspired by the famous Mockito for Java
18981897
* [Cribble](https://github.com/maxsokolov/Cribble) - Swifty tool for visual testing iPhone and iPad apps
@@ -3125,7 +3124,6 @@ CollectionView, make Instagram Discover within minutes.
31253124

31263125
## App Store
31273126

3128-
* [Average App Store Review Times](https://appreviewtimes.com) This site tracks the average App Store review times for both the iOS and the Mac App Store using data crowdsourced from iOS and Mac developers.
31293127
* [Apple's Common App Rejections Styleguide](https://developer.apple.com/app-store/review/#common-app-rejections) Highlighted some of the most common issues that cause apps to get rejected.
31303128
* [Free App Store Optimization Tool](https://www.mobileaction.co) Lets you track your App Store visibility in terms of keywords and competitors.
31313129
* [App Release Checklist](https://github.com/oisin/app-release-checklist/blob/master/checklist.md) - A checklist to pore over before you ship that amazing app that has taken ages to complete, but you don't want to rush out in case you commit a schoolboy error that will end up making you look dumber than you are.
@@ -3312,7 +3310,7 @@ CollectionView, make Instagram Discover within minutes.
33123310
* [Core Intuition](http://coreint.org/)
33133311
* [Swift Playhouse](http://www.swiftplayhouse.com/)
33143312
* [Release Notes](https://releasenotes.tv/)
3315-
* [More Than Just Code](http://mtjc.fm/)
3313+
* [More Than Just Code](https://mtjc.fireside.fm/)
33163314
* [Runtime](https://spec.fm/podcasts/runtime)
33173315
* [Consult](http://consultpodcast.com/)
33183316
* [Swift Unwrapped](https://spec.fm/podcasts/swift-unwrapped)

0 commit comments

Comments
 (0)