blob: 28813caa61460b4cccd33da299c19343addcc14c [file] [log] [blame]
{
"name": "WordPressApi",
"version": "0.3.2",
"summary": "A simple Objective-C client to publish posts on the WordPress platform",
"homepage": "https://github.com/wordpress-mobile/WordPressApi",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "WordPress",
"source": {
"git": "https://github.com/wordpress-mobile/WordPressApi.git",
"tag": "0.3.2"
},
"source_files": "WordPressApi",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.3.1"
],
"wpxmlrpc": [
"~> 0.5"
]
},
"platforms": {
"ios": "6.0"
},
"frameworks": [
"Foundation",
"UIKit",
"Security"
],
"deprecated": true
}