blob: 7fe0bc247d2e3f3ec4d7b36a97c861cfb5a0a7bf [file] [log] [blame]
{
"name": "WordPressApi",
"version": "0.3.3",
"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.3"
},
"source_files": "WordPressApi",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5.1"
],
"wpxmlrpc": [
"~> 0.5"
]
},
"platforms": {
"ios": "6.0"
},
"frameworks": [
"Foundation",
"UIKit",
"Security"
],
"deprecated": true
}