└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Open-Source Mac Frameworks 2 | 3 | List of open-source OS X frameworks. Managed by [Jeffrey Jackson](https://github.com/jeffreyjackson) 4 | 5 | Feel free to contribute: [issues](https://github.com/AwesomeOpenSource/mac-frameworks/issues) or [pull requests](https://github.com/AwesomeOpenSource/mac-frameworks/pulls). 6 | 7 | :large_orange_diamond: Swift projects 8 | 9 | ### OS X 10 | - AFNetworking: A delightful iOS and OS X networking framework 11 | - https://github.com/AFNetworking/AFNetworking 12 | - Alamofire: Elegant HTTP Networking in Swift :large_orange_diamond: 13 | - https://github.com/Alamofire/Alamofire 14 | - CCHDarwinNotificationCenter: Inter-process signaling with addressable receivers using the Darwin notification center :large_orange_diamond: 15 | - https://github.com/choefele/CCHDarwinNotificationCenter 16 | - CocoaLumberjack: A fast & simple, yet powerful & flexible logging framework for Mac and iOS 17 | - https://github.com/CocoaLumberjack/CocoaLumberjack 18 | - Concorde: Download and decode progressive JPEGs on iOS. :large_orange_diamond: 19 | - https://github.com/contentful-labs/Concorde 20 | - CoreParse: A shift/reduce parsing framework for Mac OS X and iOS 21 | - https://github.com/beelsebob/CoreParse 22 | - Crypto: Swift CommonCrypto wrapper :large_orange_diamond: 23 | - https://github.com/soffes/Crypto 24 | - DrawKit: Vector and illustration framework for Mac OS X 25 | - https://github.com/DrawKit/DrawKit 26 | - iCarousel: A simple, highly customisable, data-driven 3D carousel for iOS and Mac OS 27 | - https://github.com/nicklockwood/iCarousel 28 | - iVersion: Library for dynamically checking for updates to Mac/iPhone App Store apps 29 | - https://github.com/nicklockwood/iVersion 30 | - MailCore: framework for working with the e-mail protocols IMAP and SMTP 31 | - https://github.com/MailCore/MailCore 32 | - Masonry: NSLayoutConstraints with a simplified, chainable and expressive syntax 33 | - https://github.com/SnapKit/Masonry 34 | - MASShortcut: Modern framework for managing global keyboard shortcuts compatible with Mac App Store 35 | - https://github.com/shpakovski/MASShortcut 36 | - Mixpanel: Unofficial Swift Mixpanel Client :large_orange_diamond: 37 | - https://github.com/soffes/Mixpanel 38 | - OpenEmu: Emulator framework for Mac OS X 39 | - https://github.com/OpenEmu/OpenEmu 40 | - postgresql-kit: Frameworks for integrating a PostgreSQL database with your Mac and iOS projects 41 | - https://github.com/djthorpe/postgresql-kit 42 | - SnapKit: A Swift Autolayout DSL for iOS & OS X :large_orange_diamond: 43 | - https://github.com/SnapKit/SnapKit 44 | - Sparkle: A software update framework for OS X 45 | - https://github.com/sparkle-project/Sparkle 46 | - Squirrel: Cocoa framework for updating OS X apps 47 | - https://github.com/Squirrel/Squirrel.Mac 48 | - Stargate: A communication channel from your Mac to your watch. :large_orange_diamond: 49 | - https://github.com/contentful-labs/Stargate 50 | - X: Easier cross platform Mac & iOS development with Swift :large_orange_diamond: 51 | - https://github.com/soffes/X 52 | - XMPPFramework: An XMPP Framework in Objective-C for Mac and iOS 53 | - https://github.com/robbiehanson/XMPPFramework 54 | 55 | ### Apple Sample Projects 56 | [Apple Sample Projects](https://developer.apple.com/library/mac/navigation/#section=Resource%20Types&topic=Sample%20Code) 57 | 58 | ### Apple Open Source 59 | [Apple Open Source](http://www.opensource.apple.com/) 60 | 61 | ## Contact 62 | 63 | - [github.com/jeffreyjackson](https://github.com/jeffreyjackson) 64 | --------------------------------------------------------------------------------