blob: ba8175beca7f66402e828f719b582c1a5746ad9e [file] [log] [blame]
{
"name": "WordPressKit",
"version": "1.7.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": "GPLv2",
"authors": {
"Jorge Leandro Perez": "jorge.perez@automattic.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/wordpress-mobile/WordPressKit-iOS.git",
"tag": "1.7.0"
},
"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.2"
],
"WordPressShared": [
"~> 1.4"
],
"NSObject-SafeExpectations": [
"0.0.3"
],
"wpxmlrpc": [
"0.8.4"
],
"UIDeviceIdentifier": [
"~> 1.1.4"
]
}
}