blob: dba2b5c904d7789adc4227b6d78ea445ee3a8939 [file] [log] [blame]
{
"name": "TGMetaWeblogApi",
"version": "0.1.0",
"summary": "A simple MetaWeblog Api for OS X and iOS writing in Objective-C",
"homepage": "https://github.com/terwer/TGMetaWeblogApi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Terwer Green",
"source": {
"git": "https://github.com/terwer/TGMetaWeblogApi.git",
"tag": "0.1.0"
},
"source_files": "TGMetaWeblogApi",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5.1"
],
"wpxmlrpc": [
"~> 0.7"
]
},
"platforms": {
"ios": "6.0"
},
"frameworks": [
"Foundation",
"UIKit",
"Security"
]
}