Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Cocoapods

Cocoapods

1107 projects

Showing 36 of 1107 projects

AnimatedMaskLabel
AnimatedMaskLabelSwift

A Swift library for adding gradient shimmering effects to labels and views as unobtrusive loading indicators.

#ios#ui-animation#loading-indicator
Stars24
Forks1
Last commit7 years ago
KRKmeans-Algorithm
KRKmeans-AlgorithmObjective-C

A K-Means clustering algorithm implementation for iOS with multi-dimensional clustering, data mining, and image compression support.

#clustering-algorithm#k-means#objective-c
Stars23
Forks3
Last commit10 years ago
EEJSelectMenu
EEJSelectMenuObjective-C

A responsive single selection menu for iOS with customizable animations and adaptive button sizing.

#mobile-ui#ios#animation
Stars23
Forks6
Last commit10 years ago
ContactsChangeNotifier
ContactsChangeNotifierSwift

A Swift library that provides a better CNContactStoreDidChange notification for iOS, delivering only real external contact changes without noise.

#change-notification#contacts-framework#cncontactstore
Stars23
Forks4
Last commit
RevealMenuController
RevealMenuControllerSwift

A Swift menu controller with expandable item groups, custom positioning, and appearance animations similar to UIAlertController's ActionSheet.

#mobile-ui#ios#custom-animation
Stars23
Forks2
Last commit7 years ago
SAPinViewController
SAPinViewControllerSwift

A Swifty iOS library for creating fully customizable PIN screens similar to the iOS default PIN view.

#authentication-ui#mobile-security#ios
Stars22
Forks8
Last commit7 years ago
Monaka
MonakaSwift

A Swift library for converting custom structs and fundamental values to NSData for persistent storage.

#ios#nsdata#struct-conversion
Stars22
Forks2
Last commit10 years ago
ContactsWrapper
ContactsWrapperObjective-C

An Objective-C wrapper for the iOS Contacts framework, simplifying contact management for iOS 9+.

#contacts-framework#ios#cncontact
Stars21
Forks7
Last commit2 years ago
UIMenuScroll
UIMenuScrollSwift

A customizable horizontal swiping navigation menu component for iOS apps, inspired by Facebook Messenger.

#ios#cocoapods-plugin#custom-ui
Stars21
Forks1
Last commit7 years ago
RSASwiftGenerator
RSASwiftGeneratorSwift

A Swift utility for generating RSA key pairs on iOS/macOS clients and managing them in the keychain.

#keychain#ios#rsa
Stars20
Forks2
Last commit6 years ago
ISO8601
ISO8601Swift

A super lightweight ISO8601 date formatter library for Swift, supporting parsing and formatting of ISO8601 date strings.

#ios#timezone#iso8601
Stars20
Forks5
Last commit6 years ago
SwiftInAppPurchase
SwiftInAppPurchaseSwift

A Swift framework for simplifying In-App Purchase implementation in iOS/macOS apps.

#apple-platforms#ios#storekit
Stars20
Forks11
Last commit10 years ago
TPObfuscatedString
TPObfuscatedStringSwift

A Swift string extension that obfuscates hardcoded strings in compiled binaries using UnicodeScalars.

#mobile-security#ios#unicode
Stars20
Forks10
Last commit8 years ago
SugarAnchor
SugarAnchorSwift

A Swift library providing syntactic sugar operators for NSLayoutAnchor to write more compact and readable Auto Layout code.

#ios#layout#anchor
Stars20
Forks2
Last commit9 years ago
Translatio
TranslatioSwift

A super lightweight iOS library for localizing strings directly in storyboards and code.

#ios#internationalization#localizable
Stars19
Forks3
Last commit6 years ago
Banana
BananaSwift

A simple, customizable image slider library for iOS with auto-scrolling and Objective-C compatibility.

#mobile-ui#ios#image-slider
Stars19
Forks5
Last commit5 years ago
Gecco
GeccoSwift

A Swift library for highlighting UI elements in iOS tutorial walkthroughs with customizable spotlight effects.

#ios#ui-highlighting#mobile-development
Stars19
Forks3
Last commit6 years ago
Gecco
GeccoSwift

A Swift library for creating tutorial walkthroughs by highlighting UI elements with spotlight effects.

#ios#ui-highlighting#mobile-development
Stars19
Forks3
Last commit6 years ago
RetroProgress
RetroProgressSwift

A customizable iOS progress bar with a nostalgic 90s aesthetic and modern flexibility.

#ios#animation#custom-ui
Stars18
Forks3
Last commit8 years ago
OEANotification
OEANotificationSwift

An iOS library for creating and customizing notification views with minimal code.

#user-interface#ios#alert-views
Stars17
Forks3
Last commit8 years ago
AFNetworkingHelper
AFNetworkingHelperObjective-C

A simple Objective-C wrapper for AFNetworking that reduces boilerplate code for common HTTP methods with built-in loading indicators.

#ios#wrapper-library#objective-c
Stars17
Forks2
Last commit11 years ago
MeasurementTextField
MeasurementTextFieldSwift

A UITextField-based control for type-safe input of NSMeasurement values like length, mass, and speed.

#foundation#ios#unit-conversion
Stars16
Forks4
Last commit8 years ago
RAImagePicker
RAImagePickerSwift

A protocol-oriented iOS image picker controller with iMessage-like presentation and extensive customization options.

#camera#ios#images
Stars16
Forks6
Last commit8 years ago
StyleDecorator
StyleDecoratorSwift

A Swift library for easily creating attributed strings by chaining style decorators.

#ios#style#library
Stars15
Forks1
Last commit6 years ago
FirebaseHelper
FirebaseHelperSwift

A Swift wrapper for Firebase Realtime Database providing safe, streamlined methods for common operations.

#database#mobile-backend#firebase
Stars15
Forks1
Last commit8 years ago
Funky
FunkySwift

A collection of functional programming utilities and experiments for Swift 2.2.

#functional-programming#ios#llamakit
Stars13
Forks2
Last commit10 years ago
SocialLib
SocialLibObjective-C

A library for sharing messages to multiple social media platforms using a unified API in iOS apps.

#ios#social-media#objective-c
Stars13
Forks5
Last commit10 years ago
OTTextChatAccelerator
OTTextChatAcceleratorObjective-C

Add text chat functionality to iOS OpenTok applications for exchanging messages between mobile and browser devices.

#realtime#ios#realtime-messaging
Stars13
Forks8
Last commit5 years ago
JSButton
JSButtonSwift

A fully customizable Swift UIButton subclass for creating beautiful iOS buttons without writing code.

#apple#ios-app#ios
Stars12
Forks1
Last commit8 years ago
AEAppVersion
AEAppVersionSwift

A lightweight iOS library for tracking app version changes and install states with minimal setup.

#ios#version-management#swift-package-manager
Stars12
Forks2
Last commit4 years ago
KRFuzzyCMeans-Algorithm
KRFuzzyCMeans-AlgorithmObjective-C

An iOS implementation of the Fuzzy C-Means clustering algorithm for machine learning tasks like data mining and image compression.

#clustering-algorithm#objective-c#pattern-recognition
Stars12
Forks0
Last commit
NSTEasyJSON
NSTEasyJSONObjective-C

A SwiftyJSON-inspired library that simplifies JSON parsing in Objective-C with type-safe optional and non-optional getters.

#ios#objective-c#type-safety
Stars12
Forks1
Last commit8 years ago
TimePicker
TimePickerSwift

A customizable time picker component for iOS apps with flexible configuration options.

#ios#time-picker#custom-ui
Stars12
Forks7
Last commit4 years ago
Oriole
OrioleSwift

A Swift 2.0 library providing functional utility methods for collections via protocol extensions.

#functional-programming#ios#protocol-extensions
Stars11
Forks0
Last commit11 years ago
OverlayComposite
OverlayCompositeSwift

An asynchronous, multithreaded image compositing framework for iOS/macOS, enabling layered image rendering like Photoshop.

#ios#graphics#swift4
Stars11
Forks2
Last commit8 years ago
FormatterKit
FormatterKitObjective-C

A collection of well-crafted NSFormatter subclasses for formatting addresses, arrays, colors, locations, names, and more in iOS/macOS apps.

#formatting#ios#objective-c
Stars11
Forks5
Last commit7 years ago
PreviousPage 30 of 31Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
1 year ago
10 years ago
#Ios1020
#Swift928
#Carthage523
#Mobile Development431
#Ui Components387
#Objective C258
#Animation185
#Uikit182
#Swift Package Manager175
#Macos161
#Swift Library106
#Mobile Ui91