blob: 6201bda177004c2d0ab11751faf7d9c5bd00a5fe [file] [log] [blame]
{
"name": "WordPressKit",
"version": "4.13.0-beta.4",
"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": "GPLv2",
"authors": {
"WordPress": "mobile@automattic.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/wordpress-mobile/WordPressKit-iOS.git",
"tag": "4.13.0-beta.4"
},
"source_files": "WordPressKit/**/*.{h,m,swift}",
"private_header_files": "WordPressKit/Private/*.h",
"requires_arc": true,
"header_dir": "WordPressKit",
"dependencies": {
"Alamofire": [
"~> 4.8.0"
],
"CocoaLumberjack": [
"~> 3.4"
],
"WordPressShared": [
"~> 1.9"
],
"NSObject-SafeExpectations": [
"0.0.4"
],
"wpxmlrpc": [
"0.8.5"
],
"UIDeviceIdentifier": [
"~> 1"
]
},
"swift_version": "5.0"
}