Swiftpack.co - Swift Packages by ricardopereira

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by ricardopereira

ricardopereira/QuickActions 7.0.0
Swift wrapper for iOS Home Screen Quick Actions (App Icon Shortcuts)
⭐️ 253
🕓 24 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v7
24 weeks ago
- Support Xcode 15. - Add one more way to handle shortcuts.
v6.1
2 years ago
- Support SPM.
v6.0.1
3 years ago
**Instructions** #### <img src="https://cloud.githubusercontent.com/assets/432536/5252404/443d64f4-7952-11e4-9d26-fc5cc664cb61.png" width="24" height="24"> [Carthage](https://github.com/Carthage/Carthage) ``` ruby github "ricardopereira/QuickActions" ~> 6.0.0 ``` #### <img src="https://raw.githubusercontent.com/ricardopereira/resources/master/img/cocoapods.png" width="24" height="24"> [CocoaPods](https://cocoapods.org) ``` ruby pod 'QuickActions' '~> 6.0.0' ``` **Note:** Ready for CocoaPods 1.8.0 version. For more information please see the updated [README](https://github.com/ricardopereira/QuickActions/tree/master).
v6.0 (Xcode 12)
3 years ago
**Instructions** #### <img src="https://cloud.githubusercontent.com/assets/432536/5252404/443d64f4-7952-11e4-9d26-fc5cc664cb61.png" width="24" height="24"> [Carthage](https://github.com/Carthage/Carthage) ``` ruby github "ricardopereira/QuickActions" ~> 6.0.0 ``` #### <img src="https://raw.githubusercontent.com/ricardopereira/resources/master/img/cocoapods.png" width="24" height="24"> [CocoaPods](https://cocoapods.org) ``` ruby pod 'QuickActions' '~> 6.0.0' ``` **Note:** Ready for CocoaPods 1.8.0 version. For more information please see the updated [README](https://github.com/ricardopereira/QuickActions/tree/master).
v5.0.0 (Swift 5.0, Xcode 10.2)
4 years ago
**Instructions** #### <img src="https://cloud.githubusercontent.com/assets/432536/5252404/443d64f4-7952-11e4-9d26-fc5cc664cb61.png" width="24" height="24"> [Carthage](https://github.com/Carthage/Carthage) ``` ruby github "ricardopereira/QuickActions" ~> 5.0.0 ``` #### <img src="https://raw.githubusercontent.com/ricardopereira/resources/master/img/cocoapods.png" width="24" height="24"> [CocoaPods](https://cocoapods.org) ``` ruby pod 'QuickActions' '~> 5.0.0' ``` **Note:** Ready for CocoaPods 1.6.0 version. For more information please see the updated [README](https://github.com/ricardopereira/QuickActions/tree/master).
v4.0.0 (Xcode 10, Swift 4.2)
4 years ago
**Instructions** #### <img src="https://cloud.githubusercontent.com/assets/432536/5252404/443d64f4-7952-11e4-9d26-fc5cc664cb61.png" width="24" height="24"> [Carthage](https://github.com/Carthage/Carthage) ``` ruby github "ricardopereira/QuickActions" ~> 4.0.0 ``` #### <img src="https://raw.githubusercontent.com/ricardopereira/resources/master/img/cocoapods.png" width="24" height="24"> [CocoaPods](https://cocoapods.org) ``` ruby pod 'QuickActions' '~> 4.0.0' ``` **Note:** Ready for CocoaPods 1.6.0 version. For more information please see the updated [README](https://github.com/ricardopereira/QuickActions/tree/master).
v2.0.0 (Xcode 8, Swift 3.0)
7 years ago
**Instructions** #### <img src="https://cloud.githubusercontent.com/assets/432536/5252404/443d64f4-7952-11e4-9d26-fc5cc664cb61.png" width="24" height="24"> [Carthage](https://github.com/Carthage/Carthage) ``` ruby github "ricardopereira/QuickActions" ~> 2.0.0 ``` #### <img src="https://raw.githubusercontent.com/ricardopereira/resources/master/img/cocoapods.png" width="24" height="24"> [CocoaPods](http://cocoapods.org) ``` ruby pod 'QuickActions' '~> 2.0.0' ``` **Note:** Ready for CocoaPods 1.1.0 version. For more information please see the updated [README](https://github.com/ricardopereira/QuickActions/tree/master).
v2.0.0 Beta 1 (Xcode 8 b6)
7 years ago
**Features** - Adds Swift 3.0 compatibility. **Instructions** #### <img src="https://cloud.githubusercontent.com/assets/432536/5252404/443d64f4-7952-11e4-9d26-fc5cc664cb61.png" width="24" height="24"> [Carthage](https://github.com/Carthage/Carthage) ``` ruby github "ricardopereira/QuickActions" "2.0.0.beta.1" ``` #### <img src="https://dl.dropboxusercontent.com/u/11377305/resources/cocoapods.png" width="24" height="24"> [CocoaPods](http://cocoapods.org) ``` ruby pod "QuickActions", :git => 'https://github.com/ricardopereira/QuickActions.git', :tag => '2.0.0.beta.1' ``` **Note:** Ready for CocoaPods 1.1.0.beta.1 version (`gem install cocoapods --pre`). For more information please see the updated [README](https://github.com/ricardopereira/QuickActions/tree/xcode8-b6).
v1.3: Example project
8 years ago
v1.2: Carthage
8 years ago
iOS
ricardopereira/PremierKit 9.11.0
System helpers for Cocoa apps
⭐️ 1
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v9.7
2 years ago
- Add `String` extension: email validation with `isEmail()`.
v9.6.1
2 years ago
### Changes - `ViewControllerPresenter`: more methods has been added.
v9.6
2 years ago
### Changes - `ViewControllerDialogsPresenter` is more flexible (doesn't rely on `ViewControllerPresenter`).
v9.5.1
2 years ago
### Changes: - SecretKeychain: implement `RawRepresentable` to `Accessible` enum.
v9.5
2 years ago
### Changes: - SecretKeychain: add `Accessible` initializer attribute.
v9.4.1
3 years ago
### Changes: - Fix: crash can occur when [looking up conformance to Identifiable on iOS 12](https://forums.swift.org/t/swift-getwitnesstable-exc-bad-access-xcode-11-3/32398) (Identifiable is only available on iOS 13).
v9.4
3 years ago
### Changes: - Add `IdentifiableHashable` protocol (#19). - New String extension: truncate text with ellipsis or other suffix string (#16).
v9.3
3 years ago
### Changes: - Add `PremierReachability` from [ashleymills/Reachability.swift](https://github.com/ashleymills/Reachability.swift).
v9.2
3 years ago
### Changes: - Fix `PremierObfuscator` path (only failing for CocoaPods users). - OrderedSet equatable with Set (#15). #### Compatibility: Carthage release for Swift is built with Xcode 12.2.
v9.1
3 years ago
### Changes: - Added `SecretKeychain`.
iOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics