blob: 384274620071e6a7702c6d777b75d7b8dbc6ea66 [file] [log] [blame]
{
"name": "WordPressKit",
"version": "3.2.0-beta.1",
"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.0-beta.1"
},
"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"
]
}
}