Skip to content

Commit

Permalink
[Add] WordPressKit 8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
autobott authored and CocoaPodsBot committed Oct 14, 2023
1 parent 65eea85 commit 09d3eb7
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions Specs/3/8/8/WordPressKit/8.6.0/WordPressKit.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name": "WordPressKit",
"version": "8.6.0",
"summary": "WordPressKit offers a clean and simple WordPress.com and WordPress.org API.",
"description": "This framework encapsulates all of the networking calls and entity parsers required to interact\nwith WordPress.com and WordPress.org endpoints.",
"homepage": "https://github.com/wordpress-mobile/WordPressKit-iOS",
"license": {
"type": "GPLv2",
"file": "LICENSE"
},
"authors": {
"The WordPress Mobile Team": "[email protected]"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/wordpress-mobile/WordPressKit-iOS.git",
"tag": "8.6.0"
},
"source_files": "WordPressKit/**/*.{h,m,swift}",
"private_header_files": "WordPressKit/Private/*.h",
"header_dir": "WordPressKit",
"dependencies": {
"Alamofire": [
"~> 4.8.0"
],
"NSObject-SafeExpectations": [
"~> 0.0.4"
],
"wpxmlrpc": [
"~> 0.10"
],
"UIDeviceIdentifier": [
"~> 2.0"
],
"WordPressShared": [
"~> 2.0-beta"
]
},
"swift_version": "5.0"
}

0 comments on commit 09d3eb7

Please sign in to comment.