blob: e3c6f84e4ae67cc912ef16c3d1389a30136389f4 [file] [log] [blame]
{
"name": "WordPressKit",
"version": "3.2.2.beta-2",
"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": "10.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/wordpress-mobile/WordPressKit-iOS.git",
"tag": "3.2.2.beta-2"
},
"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.4"
],
"NSObject-SafeExpectations": [
"0.0.3"
],
"wpxmlrpc": [
"0.8.4"
],
"UIDeviceIdentifier": [
"~> 1.1.4"
]
}
}