blob: f0ddab635f1fc1864254c96eae558d75cce2f687 [file] [log] [blame]
{
"name": "DDSlackWebhook",
"version": "1.0",
"summary": "A slack webhook client written with Objective-C",
"description": "DDSlackWebhook is a simple client post notification to your slack channel use slack incoming webhooks. Written in Objective-c.",
"homepage": "https://github.com/deepdevelop/DDSlackWebhook",
"license": "MIT",
"authors": {
"Liu Yi": "61upup@gmail.com"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/deepdevelop/DDSlackWebhook.git",
"tag": "1.0"
},
"source_files": "DDSlackWebhook/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5"
]
}
}