blob: 74472493c5b3e96668d8197f6d604e85bdeeeb3f [file] [log] [blame]
{
"name": "WordPressApi",
"version": "0.4.0",
"summary": "A simple Objective-C client to publish posts on the WordPress platform",
"homepage": "https://github.com/wordpress-mobile/WordPressApi",
"license": {
"type": "GPLv2",
"file": "LICENSE.md"
},
"authors": "WordPress",
"source": {
"git": "https://github.com/wordpress-mobile/WordPressApi.git",
"tag": "0.4.0"
},
"source_files": "Pod",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.6.0"
],
"wpxmlrpc": [
"~> 0.8"
]
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "Pod/**/*.h",
"frameworks": [
"Foundation",
"UIKit",
"Security"
],
"deprecated": true
}