-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65eea85
commit 09d3eb7
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |