blob: 904c837f084d7f72fd4776cb413cd8dcb5feadc2 [file] [log] [blame]
{
"name": "WordPressKit",
"version": "4.3.0-beta.5",
"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_version": "4.2",
"source": {
"git": "https://github.com/wordpress-mobile/WordPressKit-iOS.git",
"tag": "4.3.0-beta.5"
},
"source_files": "WordPressKit/**/*.{h,m,swift}",
"private_header_files": "WordPressKit/Private/*.h",
"requires_arc": true,
"header_dir": "WordPressKit",
"dependencies": {
"Alamofire": [
"~> 4.7.3"
],
"CocoaLumberjack": [
"~> 3.4"
],
"WordPressShared": [
"~> 1.8.0"
],
"NSObject-SafeExpectations": [
"0.0.3"
],
"wpxmlrpc": [
"0.8.4"
],
"UIDeviceIdentifier": [
"~> 1.1.4"
]
}
}