Swiftpack.co - Swift Packages by wordpress-mobile

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

Packages published by wordpress-mobile

wordpress-mobile/wpxmlrpc 0.10.0
A lightweight XML-RPC encoder/decoder for iOS, OS X, and tvOS
⭐️ 87
🕓 1 year 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.
0.9.0
3 years ago
0.9.0-beta.1
3 years ago
Sets minimum deployment to iOS 9.0.
0.8.5
4 years ago
Beta Release 0.8.5-beta.1
4 years ago
This release: - updates project to recommended Xcode settings - enables base internationalization - migrates deprecated localization - updates the podspec version to 0.8.5-beta.1 - defines s.swift_version to 5.0 in the podspec
0.8.4
5 years ago
Revised podspec validation warnings
0.4.1
10 years ago
Minor fix to prevent exception in WPStringUtils when nil string is passed in.
0.4
10 years ago
Additional fix for forcing GMT for date encoding.
10 years ago
Update NSDateFormatter for parsing XML Dates
10 years ago
Prevents issues with parsing dates when device locale is changed to something that breaks the date interpretation of the format string used in the library.
iOS macOS tvOS
wordpress-mobile/NSObject-SafeExpectations 0.0.6
No more crashes getting unexpected values from a NSDictionary
⭐️ 19
🕓 1 year 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.
0.0.6
1 year ago
### New Features - Add nullability annotation [#14]
0.0.5
1 year ago
### New Features - Add Swift Package Manager support [#12] ### Internal Changes - Added this changelog file [#13]
0.0.4
4 years ago
Updated to Xcode 11
iOS
wordpress-mobile/WordPress-iOS-Shared 2.3.1
Shared components used in building the WordPress iOS apps and other library components
⭐️ 17
🕓 6 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.
2.3.1
6 weeks ago
### Bug Fixes - Remove video block content from post excerpt [#352]
2.3.0
12 weeks ago
### New Features - Add editor upload paused event [#343]
2.0.1
1 year ago
## What's Changed * Bump version to 2.0.0 by @oguzkocer in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/330 * Move all public headers into the include directory by @crazytonyli in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/329 * Fix resource bundle for WordPressShared when installed from CocoaPods by @dvdchr in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/331 ## New Contributors * @dvdchr made their first contribution in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/331 **Full Changelog**: https://github.com/wordpress-mobile/WordPress-iOS-Shared/compare/2.0.0...2.0.1
2.0.1-beta.1
1 year ago
## What's Changed * Bump version to 2.0.0 by @oguzkocer in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/330 * Move all public headers into the include directory by @crazytonyli in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/329 * Fix resource bundle for WordPressShared when installed from CocoaPods by @dvdchr in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/331 ## New Contributors * @dvdchr made their first contribution in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/331 **Full Changelog**: https://github.com/wordpress-mobile/WordPress-iOS-Shared/compare/2.0.0...2.0.1-beta.1
2.0.0
1 year ago
## What's Changed * Merge 1.18.0 stable release by @mokagio in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/312 * Setup Test Analytics by @mokagio in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/314 * Tools Update: `bash-cache` version 2.8.0 by @mokagio in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/316 * Add `CHANGELOG.md` by @mokagio in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/317 * Remove FormatterKit as a dependency by @crazytonyli in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/320 * Rewrite one test to move away from Specta by @crazytonyli in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/319 * Add Swift Package Manager support by @crazytonyli in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/321 * Delete CocoaLumberjack by @crazytonyli in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/325 * Bump version to 2.0.0-beta.1 by @crazytonyli in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/326 * Fix cocoapods generate duplicate UUID by @crazytonyli in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/327 * Fix an occasional crash caused by performSelector:withObject: by @crazytonyli in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/328 ## New Contributors * @crazytonyli made their first contribution in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/320 **Full Changelog**: https://github.com/wordpress-mobile/WordPress-iOS-Shared/compare/1.18.0...2.0.0
2.0.0-beta.2
1 year ago
### Bug Fixes - Fix an issue where 'pod install' produces a 'duplicate UUID' warning. [#327]
2.0.0-beta.1
1 year ago
### Breaking Changes - Remove CocoaLumberjack. The app needs to provide a `WordPressLoggingDelegate` implementation [#325] ### New Features - Add Swift Package Manager support [#321] ### Internal Changes - Add this changelog entry about changelog itself [#317] - Remove FormatterKit [#320] - Move away from Specta, use Quick instead [#319]
1.18.0
1 year ago
## What's Changed * Bump version from `1.17.1-beta.1` to `1.17.1` stable by @mokagio in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/307 * Remove event for tapping the mode button on the design view by @twstokes in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/309 * Merge feature branch for Site Design Screen Improvements project by @twstokes in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/310 ## New Contributors * @twstokes made their first contribution in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/309 **Full Changelog**: https://github.com/wordpress-mobile/WordPress-iOS-Shared/compare/1.17.1...1.18.0
1.18.0-beta.1
1 year ago
## What's Changed * Remove event for tapping the mode button on the design view by @twstokes in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/309 ## New Contributors * @twstokes made their first contribution in https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/309 **Full Changelog**: https://github.com/wordpress-mobile/WordPress-iOS-Shared/compare/1.17.1...1.18.0-beta.1
1.17.1
2 years ago
iOS macOS
wordpress-mobile/NSURL-IDN 0.4
Support for IDN (punycode) in NSURL
⭐️ 14
🕓 1 year 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.
0.4
4 years ago
Updated to Xcode 11
iOS macOS tvOS

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